init
parents
Showing
with
382 additions
and
0 deletions
README.md
0 → 100644
babel.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "vue-preview", | ||
"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": "^3.6.5", | ||
"register-service-worker": "^1.7.1", | ||
"vue": "^2.6.11", | ||
"vue-router": "^3.2.0", | ||
"vuex": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.4.0", | ||
"@vue/cli-plugin-eslint": "~4.4.0", | ||
"@vue/cli-plugin-pwa": "~4.4.0", | ||
"@vue/cli-plugin-router": "~4.4.0", | ||
"@vue/cli-plugin-vuex": "~4.4.0", | ||
"@vue/cli-service": "~4.4.0", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"prettier": "^1.19.1", | ||
"sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | ||
"vue-template-compiler": "^2.6.11" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/essential", | ||
"eslint:recommended", | ||
"@vue/prettier" | ||
], | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
}, | ||
"rules": {} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
] | ||
} |
public/favicon.ico
0 → 100644
File added
public/img/icons/android-chrome-192x192.png
0 → 100644

9.2 KB
public/img/icons/android-chrome-512x512.png
0 → 100644

29.1 KB

6.25 KB

22.5 KB

3.29 KB

3.95 KB

4.57 KB
public/img/icons/apple-touch-icon-60x60.png
0 → 100644

1.46 KB
public/img/icons/apple-touch-icon-76x76.png
0 → 100644

1.78 KB
public/img/icons/apple-touch-icon.png
0 → 100644

4.57 KB
public/img/icons/favicon-16x16.png
0 → 100644

799 Bytes
public/img/icons/favicon-32x32.png
0 → 100644

1.24 KB

1.14 KB
public/img/icons/mstile-150x150.png
0 → 100644

4.18 KB
public/img/icons/safari-pinned-tab.svg
0 → 100644
public/index.html
0 → 100644
public/robots.txt
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/registerServiceWorker.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/views/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
Please
register
or
sign in
to comment