AppVentory is a tool to manage applications.
Built with nuxt and vuetifyjs.
Add keys Instal mkcert https://github.com/FiloSottile/mkcert
mkcert -install
mkcert localhost
# install dependencies
$ yarn install
# serve with hot reload at localhost:3005
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
Open your browser: https://localhost:3005