UNPKG
ue3
Version:
latest (1.0.1)
1.0.1
1.0.0
ue3 build your own vue for learning.
github.com/KesionX/ue3
KesionX/ue3
ue3
/
demo
/
package.json
13 lines
(12 loc)
•
226 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"demo"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
: {
"dev"
:
"sh ./run.sh"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
}