feat(landing page sample): landing page sample
Showing
landingpage/.babelrc
0 → 100644
landingpage/.gitignore
0 → 100644
landingpage/README.md
0 → 100644
landingpage/favicon.ico
0 → 100644
32.2 KB
landingpage/index.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
landingpage/package.json
0 → 100644
landingpage/src/App.vue
0 → 100644
6.69 KB
landingpage/src/main.js
0 → 100644
... | ... | @@ -22,6 +22,7 @@ |
"git-describe": "^4.0.4", | ||
"meteor-node-stubs": "^1.0.0", | ||
"simpl-schema": "^1.5.5", | ||
"sqlite3": "^4.1.1", | ||
"uuid": "^3.3.3", | ||
"valid-url": "^1.0.9", | ||
"vue": "^2.6.10", | ||
... | ... | @@ -33,8 +34,7 @@ |
"vue-router": "^3.1.2", | ||
"vue-template-compiler": "^2.6.10", | ||
"vuetify": "^2.2.12", | ||
"vuex": "^3.1.1", | ||
"sqlite3": "^4.1.1" | ||
"vuex": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.6.2", | ||
... | ... | @@ -52,7 +52,7 @@ |
"babel-jest": "^24.9.0", | ||
"babel-loader": "^8.0.6", | ||
"babel-plugin-transform-remove-console": "^6.9.4", | ||
"cross-env": "^5.2.0", | ||
"cross-env": "^5.2.1", | ||
"css-loader": "^3.2.0", | ||
"cypress": "^3.8.1", | ||
"deepmerge": "^4.0.0", | ||
... | ... |