- axios
- vuetify
- nuxt-i18n
- nuxt-purgecss
- vuelidate
- helmet
- lodash
- mongoose
You must change the .env.sample to .env and fill in the correct data in it.
# Install dependencies
$ yarn
# Serve with hot reload at localhost:3000
$ yarn dev
# Build for production and launch server
$ yarn build
$ yarn start
# Generate static project
$ yarn generate
# Launch lint
$ yarn lint
# eslint is launched at each commit if you want to skip use the `-n` option
$ git commit -m "foo" -n