3.7.9-fix.1 • Published 3 years ago

san-for-swan v3.7.9-fix.1

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

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.

3.9.2-fix.7

3 years ago

3.9.2-fix.6

3 years ago

3.9.2-fix.5

3 years ago

3.9.2-fix.4

4 years ago

3.7.9-fix.1.1

4 years ago

3.9.2-fix.3

4 years ago

3.9.2-fix.2

4 years ago

3.9.2-fix.1

4 years ago

3.7.9-fix.3

4 years ago

3.7.9-fix.2

4 years ago

3.9.1-fix.1

4 years ago

3.7.9-fix.1

4 years ago