Hangar/frontend
Jake Potrebic 65bdd49286
bunch of project page work
only thing missing is page deletion
2021-02-08 23:53:45 -08:00
..
assets bunch of project page work 2021-02-08 23:53:45 -08:00
components bunch of project page work 2021-02-08 23:53:45 -08:00
layouts bunch of unfinished stuff 2021-02-08 21:45:54 +01:00
locales bunch of project page work 2021-02-08 23:53:45 -08:00
middleware bit of header work 2021-02-07 14:07:29 -08:00
pages bunch of project page work 2021-02-08 23:53:45 -08:00
plugins bunch of project page work 2021-02-08 23:53:45 -08:00
static Delete .gitkeep 2021-02-06 10:34:55 +01:00
store bit more vue work 2021-02-08 10:26:46 -08:00
types bunch of project page work 2021-02-08 23:53:45 -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 bunch of project page work 2021-02-08 23:53:45 -08:00
package.json bit more header work and error handling 2021-02-07 15:19:32 -08: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.