JavaScript and Vue based NEXT pwa explorer.
We are using:
- Node / NPM
- ES2015 (and beyond) support.
- Vue.js
- Vue Router for routing
- Vuex for global state management
- SCSS
We use npm
to handle dependencies.
npm install
The npm
script can be used to serve default implementation.
npm run serve
npm run build
Translations for views and components are located in src/locales
directory.
You should disable HTTP caching for file dist/service-worker.js
.