This project is a showcase for a static website developed with vue & nuxt with typescript & vuex.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
# start server
$ npm run start
As this project generates static sites it can be run on any hoster, e.g. S3/CloudFront etc.
- Update to Vue3
- Update to NuxtJs3