Initial commit of build site
.gitignore
0 → 100644
babel.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "-", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"core-js": "^2.6.5", | ||
"vue": "^2.6.10", | ||
"vue-router": "^3.0.3" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^3.11.0", | ||
"@vue/cli-plugin-eslint": "^3.11.0", | ||
"@vue/cli-service": "^3.11.0", | ||
"@vue/eslint-config-prettier": "^5.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"lint-staged": "^8.1.5", | ||
"node-sass": "^4.9.0", | ||
"prettier": "^1.18.2", | ||
"sass-loader": "^7.1.0", | ||
"vue-template-compiler": "^2.6.10" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/essential", | ||
"@vue/prettier" | ||
], | ||
"rules": {}, | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
} | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {} | ||
} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions" | ||
], | ||
"gitHooks": { | ||
"pre-commit": "lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*.{js,vue}": [ | ||
"vue-cli-service lint", | ||
"git add" | ||
] | ||
} | ||
} |
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/main.js
0 → 100644
src/router.js
0 → 100644
src/views/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.