Hangar/frontend
2021-02-07 14:07:29 -08:00
..
assets totally forgot about the pwa module... 2021-02-06 00:29:16 -08:00
components bit of header work 2021-02-07 14:07:29 -08:00
layouts project creation finished 2021-02-05 23:45:13 -08:00
locales work on project page 2021-02-06 21:44:53 -08:00
middleware bit of header work 2021-02-07 14:07:29 -08:00
pages bit of header work 2021-02-07 14:07:29 -08:00
plugins bit of header work 2021-02-07 14:07:29 -08:00
static Delete .gitkeep 2021-02-06 10:34:55 +01:00
store internal project model 2021-02-06 19:22:37 -08:00
types bit of header work 2021-02-07 14:07:29 -08:00
utils work on project page 2021-02-06 21:44:53 -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 bit of header work 2021-02-07 14:07:29 -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.