UNPKG
sm-todos
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
## Project setup ``` npm install ```
sm-todos
/
dist
/
demo.html
11 lines
(7 loc)
•
184 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
sm-todos demo
</
title
>
<
script
src
=
"./sm-todos.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./sm-todos.css"
>
<
script
>
console
.
log
(sm-todos)
</
script
>