初始化项目
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
assets/README.md
0 → 100644
components/Logo.vue
0 → 100644
components/README.md
0 → 100644
layouts/README.md
0 → 100644
layouts/default.vue
0 → 100644
middleware/README.md
0 → 100644
nuxt.config.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "million", | |||
"version": "1.0.0", | |||
"description": "tw", | |||
"author": "luochao", | |||
"private": true, | |||
"scripts": { | |||
"dev": "nuxt", | |||
"build": "nuxt build", | |||
"start": "nuxt start", | |||
"generate": "nuxt generate" | |||
}, | |||
"dependencies": { | |||
"nuxt": "^2.0.0", | |||
"bootstrap-vue": "^2.0.0", | |||
"bootstrap": "^4.1.3" | |||
}, | |||
"devDependencies": {} | |||
} | |||
\ No newline at end of file |
pages/README.md
0 → 100644
pages/index.vue
0 → 100644
plugins/README.md
0 → 100644
static/README.md
0 → 100644
static/favicon.ico
0 → 100644
1.36 KB
store/README.md
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.