Skip to content

drep-project/DREP2.0-PWA-Explorer

 
 

Repository files navigation

Drep PWA Explorer

JavaScript and Vue based Drep pwa explorer.

We are using:

  • Node / NPM
  • ES2015 (and beyond) support.
  • Vue.js
  • Vue Router for routing
  • Vuex for global state management
  • SCSS

Project setup

We use npm to handle dependencies.

npm install

Hot Build

The npm script can be used to serve default implementation.

npm run serve

Production Build

npm run build

Localization

Translations for views and components are located in src/locales directory.

Production notes

You should disable HTTP caching for file dist/service-worker.js.

About

JavaScript and Vue based DREP2.0 PWA explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 65.5%
  • JavaScript 22.5%
  • SCSS 11.8%
  • HTML 0.2%