Hangar/frontend
2021-02-05 16:29:14 +01:00
..
assets spruced up the new project page 2021-02-04 22:51:51 -08:00
components fix ts errors 2021-02-05 16:29:14 +01:00
layouts fixes logging out 2021-02-04 12:33:46 -08:00
locales spruced up the new project page 2021-02-04 22:51:51 -08:00
middleware perm decorators 2021-02-04 16:22:22 -08:00
pages fix ts errors 2021-02-05 16:29:14 +01:00
plugins fix ts errors 2021-02-05 16:29:14 +01:00
static move frontend 2021-01-21 17:24:35 +01:00
store perm decorators 2021-02-04 16:22:22 -08:00
types spruced up the new project page 2021-02-04 22:51:51 -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.