hsyndeniz / tron-scan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantom PWA Explorer

JavaScript and Vue based Fantom 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

License:MIT License


Languages

Language:Vue 59.2%Language:JavaScript 25.1%Language:SCSS 15.5%Language:HTML 0.2%