Hangar/frontend
2021-02-06 00:32:52 -08:00
..
assets totally forgot about the pwa module... 2021-02-06 00:29:16 -08:00
components project creation finished 2021-02-05 23:45:13 -08:00
layouts project creation finished 2021-02-05 23:45:13 -08:00
locales project creation finished 2021-02-05 23:45:13 -08:00
middleware perm decorators 2021-02-04 16:22:22 -08:00
pages project creation finished 2021-02-05 23:45:13 -08:00
plugins project creation finished 2021-02-05 23:45:13 -08:00
static totally forgot about the pwa module... 2021-02-06 00:29:16 -08:00
store error snackbar 2021-02-05 14:54:23 -08:00
types project creation finished 2021-02-05 23:45:13 -08:00
utils perm decorators 2021-02-04 16:22:22 -08:00
.eslintrc.js add org creation page 2021-02-04 18:45:20 +01:00
.gitignore
.prettierrc spruced up the new project page 2021-02-04 22:51:51 -08:00
nuxt.config.ts remove leftovers 2021-02-06 00:32:52 -08:00
package.json finished user auth 2021-02-04 18:45:20 +01:00
README.md
tsconfig.json finished user auth 2021-02-04 18:45:20 +01:00
yarn.lock finished user auth 2021-02-04 18:45:20 +01: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.