san

WebJar for san

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

san
Last Version

Last Version

3.6.13
Release Date

Release Date

Type

Type

jar
Description

Description

san
WebJar for san
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/baidu/san

Download san

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/san/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>san</artifactId>
    <version>3.6.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/san/
implementation 'org.webjars.npm:san:3.6.13'
// https://jarcasting.com/artifacts/org.webjars.npm/san/
implementation ("org.webjars.npm:san:3.6.13")
'org.webjars.npm:san:jar:3.6.13'
<dependency org="org.webjars.npm" name="san" rev="3.6.13">
  <artifact name="san" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='san', version='3.6.13')
)
libraryDependencies += "org.webjars.npm" % "san" % "3.6.13"
[org.webjars.npm/san "3.6.13"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Logo

SAN

A fast, portable, flexible JavaScript component framework.

NPM version License Build Status Coverage Status Issues

HomePage 网站

Download

NPM:

$ npm i san

CDN:

<script src="https://unpkg.com/san@latest"></script>

Dist Files Information

Quick Start

<!DOCTYPE html>
<html>

<head>
    <title>Quick Start</title>
    <script src="https://unpkg.com/san@latest"></script>
</head>

<body>
    <script>
        const MyApp = san.defineComponent({
            template: `
                <div>
                    <input type="text" value="{=name=}">
                    <p>Hello {{name}}!</p>
                </div>
            `
        });

        let myApp = new MyApp({
            data: {
                name: 'San'
            }
        });
        myApp.attach(document.body);
    </script>
</body>

</html>

Examples

Document

Companions

ChangeLog

Please visit document ChangeLog

License

San is MIT licensed.

org.webjars.npm

Baidu

Baidu Open Source Projects

Versions

Version
3.6.13
3.6.9
3.6.8