UNPKG
amcis_vue
Version:
latest (5.4.0)
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
4.0.0
3.1.0
3.0.0
2.1.0
2.0.0
1.1.0
## Project setup ``` npm install ```
amcis_vue
/
dist
/
demo.html
9 lines
(5 loc)
•
209 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
meta
charset
=
"utf-8"
>
<
title
>
speech-component-vue demo
</
title
>
<
script
src
=
"https://unpkg.com/vue"
>
</
script
>
<
script
src
=
"./speech-component-vue.js"
>
</
script
>
<
speech-component-vue
>
</
speech-component-vue
>