mirror of
https://github.com/xsf0105/vue3-h5-template.git
synced 2025-04-06 04:00:04 +08:00
Feat backup
This commit is contained in:
parent
a3203152f9
commit
0af1995bc0
16
package.json
16
package.json
@ -1,8 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "vue2-spa-tutorial",
|
"name": "vue2-spa-tutorial",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
"author": "Allan",
|
||||||
"description": "最干净的脚手架",
|
"description": "最干净的脚手架",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
||||||
|
"build": "node build/build.js"
|
||||||
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^6.4.0",
|
"autoprefixer": "^6.4.0",
|
||||||
@ -16,10 +21,6 @@
|
|||||||
"webpack-dev-server": "^3.11.0",
|
"webpack-dev-server": "^3.11.0",
|
||||||
"webpack-merge": "^4.2.2"
|
"webpack-merge": "^4.2.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
||||||
"build": "node build/build.js"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/allan2coder/VUE2-SPA-Tutorial.git"
|
"url": "git+https://github.com/allan2coder/VUE2-SPA-Tutorial.git"
|
||||||
@ -29,10 +30,5 @@
|
|||||||
"vue2",
|
"vue2",
|
||||||
"vue3"
|
"vue3"
|
||||||
],
|
],
|
||||||
"author": "Allan",
|
"license": "ISC"
|
||||||
"license": "ISC",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/allan2coder/VUE2-SPA-Tutorial/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/allan2coder/VUE2-SPA-Tutorial#readme"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user