Hangar/frontend
MiniDigger 264eb029ae idk
2021-01-30 13:40:48 +01:00
..
assets move frontend 2021-01-21 17:24:35 +01:00
components bunch of model/controller/db stuff 2021-01-27 22:37:39 -08:00
layouts add project layout 2021-01-23 21:27:15 +01:00
locales add project layout 2021-01-23 21:27:15 +01:00
middleware project categories 2021-01-22 11:32:49 -08:00
pages bunch of model/controller/db stuff 2021-01-27 22:37:39 -08:00
plugins idk 2021-01-30 13:40:48 +01:00
static move frontend 2021-01-21 17:24:35 +01:00
store more work 2021-01-22 23:37:57 -08:00
types bunch of model/controller/db stuff 2021-01-27 22:37:39 -08:00
.eslintrc.js move frontend 2021-01-21 17:24:35 +01:00
.gitignore move frontend 2021-01-21 17:24:35 +01:00
.prettierrc move frontend 2021-01-21 17:24:35 +01:00
nuxt.config.ts temp fix for the mem leak issue 2021-01-22 21:24:48 -08:00
package.json temp fix for the mem leak issue 2021-01-22 21:24:48 -08:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json i18n stuff 2021-01-22 13:06:44 -08:00
yarn.lock temp fix for the mem leak issue 2021-01-22 21:24:48 -08:00

hangar-client

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.