Material edition
Frontend for https://lvlup.pro hosting customer panel available @ https://my.lvlup.pro
Click image to watch full version (Video is showing beta version)
To see sandbox of current version just go to https://demomy.lvlup.pro
You can use credentials generated at this link https://demoapi.lvlup.pro/v3/auth/register
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
All dependencies for spawn-frontend
All dependencies from vue-cli template
Can be nice if you want to check progress on mobile. Just change
var server = app.listen(port)
to
var server = app.listen(port,"0.0.0.0")
in build/dev-server.js
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
Generate new project using vuetify PWA template https://github.com/vuetifyjs/pwa/ Move existing:
- src/*
- static/*
- index.html
- LICENSE
- README.md to new template folder and commit in git Remember to also tune dependencies section in package.json, all dev dependencies are from template
Add noParse: [/moment.js/],
to module
section in build/webpack.base.conf.js
file to shrink build
webpack/webpack#198
https://realfavicongenerator.net and cli-real-favicon
npm package
- Submit bug reports at issues page
- Submit PR with fixes
- Check PWA icons on Apple devices
MIT