添加文件
parents
Showing
README.md
0 → 100644
meta.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "webpack-router-empty", | ||
| "version": "0.0.1", | ||
| "description": "a svi CLI Webpack-router-empty template.", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [ | ||
| "template" | ||
| ], | ||
| "author": "PolanZ", | ||
| "license": "MIT" | ||
| } |
template/.babelrc
0 → 100644
template/.editorconfig
0 → 100644
template/.eslintignore
0 → 100644
template/.eslintrc.js
0 → 100644
template/.gitignore
0 → 100644
template/.npmrc
0 → 100644
template/.postcssrc.js
0 → 100644
template/README.md
0 → 100644
template/build/build.js
0 → 100644
template/build/logo.png
0 → 100644
6.69 KB
template/build/utils.js
0 → 100644
template/config/dev.env.js
0 → 100644
template/config/index.js
0 → 100644
template/config/prod.env.js
0 → 100644
template/config/test.env.js
0 → 100644
template/index.html
0 → 100644
template/package.json
0 → 100644
template/src/App.vue
0 → 100644
template/src/main.js
0 → 100644
template/src/router/index.js
0 → 100644
template/static/.gitkeep
0 → 100644
template/test/e2e/runner.js
0 → 100644
template/test/unit/.eslintrc
0 → 100644
template/test/unit/index.js
0 → 100644
template/yarn.lock
0 → 100644
This diff is collapsed.