Feat: 添加项目
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
meta.js
0 → 100644
package.json
0 → 100644
template/.browserslistrc
0 → 100644
template/.editorconfig
0 → 100644
template/.env.development
0 → 100644
template/.env.extranet
0 → 100644
template/.env.production
0 → 100644
template/.eslintignore
0 → 100644
template/.eslintrc.js
0 → 100644
template/.gitignore
0 → 100644
template/README.md
0 → 100644
template/babel.config.js
0 → 100644
template/form/App.vue
0 → 100644
template/form/api/config.js
0 → 100644
template/form/api/index.js
0 → 100644
template/form/form.html
0 → 100644
template/form/main.js
0 → 100644
template/form/store/index.js
0 → 100644
template/form/utils/form.js
0 → 100644
template/form/utils/index.js
0 → 100644
template/form/utils/init.js
0 → 100644
template/form/views/form.vue
0 → 100644
template/form/views/page.vue
0 → 100644
template/package.json
0 → 100644
template/postcss.config.js
0 → 100644
template/public/favicon.ico
0 → 100644
1.12 KB
template/public/index.html
0 → 100644
template/src/App.vue
0 → 100644
template/src/api/config.js
0 → 100644
template/src/api/index.js
0 → 100644
22 KB
2.72 KB
2.95 KB
template/src/assets/logo.png
0 → 100644
6.69 KB
template/src/main.js
0 → 100644
template/src/router/index.js
0 → 100644
template/src/store/index.js
0 → 100644
template/src/styles/app.scss
0 → 100644
template/src/utils/global.js
0 → 100644
template/src/utils/index.js
0 → 100644
template/src/utils/window.js
0 → 100644
template/src/views/Main.vue
0 → 100644
template/vue.config.js
0 → 100644