官网
Showing
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.nuxt/App.js
0 → 100644
.nuxt/client.js
0 → 100644
This diff is collapsed.
.nuxt/components/no-ssr.js
0 → 100644
.nuxt/components/nuxt.js
0 → 100644
.nuxt/empty.js
0 → 100644
.nuxt/index.js
0 → 100644
.nuxt/loading.html
0 → 100644
.nuxt/middleware.js
0 → 100644
.nuxt/router.js
0 → 100644
.nuxt/server.js
0 → 100644
.nuxt/utils.js
0 → 100644
This diff is collapsed.
.nuxt/views/error.html
0 → 100644
README.md
0 → 100644
assets/README.md
0 → 100644
assets/main.css
0 → 100644
assets/roboto.woff2
0 → 100644
File added
components/AppLogo.vue
0 → 100644
components/README.md
0 → 100644
components/loading.vue
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": "yu", | |||
| "version": "1.0.0", | |||
| "description": "Nuxt.js project", | |||
| "author": "yutao <haiyan.xu.vip@gmail.com>", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "nuxt", | |||
| "build": "nuxt build", | |||
| "start": "nuxt start", | |||
| "generate": "nuxt generate", | |||
| "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", | |||
| "precommit": "npm run lint" | |||
| }, | |||
| "dependencies": { | |||
| "axios": "^0.18.0", | |||
| "body-parser": "^1.18.2", | |||
| "bulma": "^0.5.1", | |||
| "cookie-parser": "^1.4.3", | |||
| "express": "^4.16.3", | |||
| "multer": "^1.3.0", | |||
| "muse-ui": "^2.1.0", | |||
| "nuxt": "^1.0.0" | |||
| }, | |||
| "devDependencies": { | |||
| "babel-eslint": "^8.2.1", | |||
| "eslint": "^4.15.0", | |||
| "eslint-friendly-formatter": "^3.0.0", | |||
| "eslint-loader": "^1.7.1", | |||
| "eslint-plugin-vue": "^4.0.0" | |||
| } | |||
| } |
plugins/README.md
0 → 100644
plugins/muse-ui.js
0 → 100644
read
deleted
100644 → 0
static/README.md
0 → 100644
static/favicon.ico
0 → 100644
1.12 KB
store/README.md
0 → 100644