Hangar/frontend
2021-02-05 23:45:13 -08:00
..
assets spruced up the new project page 2021-02-04 22:51:51 -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 move frontend 2021-01-21 17:24:35 +01: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 move frontend 2021-01-21 17:24:35 +01:00
.prettierrc spruced up the new project page 2021-02-04 22:51:51 -08:00
nuxt.config.ts perm decorators 2021-02-04 16:22:22 -08:00
package.json finished user auth 2021-02-04 18:45:20 +01:00
README.md move frontend 2021-01-21 17:24:35 +01:00
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.