init
parents
Showing
with
255 additions
and
0 deletions
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "eyue-chuxing", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build" | ||
| }, | ||
| "dependencies": { | ||
| "core-js": "^3.8.3", | ||
| "vue": "^3.2.13", | ||
| "vue-router": "^4.0.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "~5.0.0", | ||
| "@vue/cli-plugin-router": "~5.0.0", | ||
| "@vue/cli-service": "~5.0.0", | ||
| "sass": "^1.32.7", | ||
| "sass-loader": "^12.0.0" | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not dead", | ||
| "not ie 11" | ||
| ] | ||
| } |
public/favicon.ico
0 → 100644
File added
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/index.js
0 → 100644
src/views/AboutView.vue
0 → 100644
src/views/HomeView.vue
0 → 100644
vue.config.js
0 → 100644
Please
register
or
sign in
to comment