add
parents
Showing
with
263 additions
and
0 deletions
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| { | ||
| "name": "ichunt3.0_h5", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build" | ||
| }, | ||
| "dependencies": { | ||
| "vue": "^2.5.21", | ||
| "vue-router": "^3.0.1", | ||
| "vuex": "^3.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "^3.3.0", | ||
| "@vue/cli-service": "^3.3.0", | ||
| "node-sass": "^4.9.0", | ||
| "sass-loader": "^7.0.1", | ||
| "vue-template-compiler": "^2.5.21" | ||
| }, | ||
| "postcss": { | ||
| "plugins": { | ||
| "autoprefixer": {} | ||
| } | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not ie <= 8" | ||
| ] | ||
| } |
public/favicon.ico
0 → 100644
No preview for this file type
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/components/HelloWorld.vue
0 → 100644
src/main.js
0 → 100644
src/router.js
0 → 100644
src/store.js
0 → 100644
src/views/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
Please
register
or
sign in
to comment