JavaScript and Vue based TechPay pwa wallet.
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 installThe npm script can be used to serve default implementation.
npm run servenpm run buildnpm run build:chrome-extension:background-js
npm run build:chrome-extension:app
# output is in chrome-extension/distTranslations for views and components are located in src/locales directory.