link to heroku app - check it out!
This repository is a frontend boilerplate that is based on the following stack:
- TypeScript
- Vue (vuex, vue-router)
- Vuetify (material component library)
- Pug (template engine)
- Sass (style sheet language)
- i18n (localisation)
- axios (api requests)
- express (simple backend)
- Setup treeshaking to reduce the size of vendors chunk
npm install
- project setupnpm run serve
- compiles and hot-reloads for developmentnpm run build && npm run start
- compiles and serves production bundlenpm run lint
- lints and fixes filesi18n:report
- makes report on localisation string usage
All commands are present in package.json