Hangar/frontend
2021-02-10 22:17:29 -08:00
..
assets delete page 2021-02-09 15:56:02 -08:00
components good chunk of version creation 2021-02-10 22:17:29 -08:00
layouts bunch of unfinished stuff 2021-02-08 21:45:54 +01:00
locales good chunk of version creation 2021-02-10 22:17:29 -08:00
middleware started on versions 2021-02-10 00:31:43 -08:00
pages good chunk of version creation 2021-02-10 22:17:29 -08:00
plugins good chunk of version creation 2021-02-10 22:17:29 -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 good chunk of version creation 2021-02-10 22:17:29 -08:00
utils work on project page 2021-02-06 21:44:53 -08:00
.eslintrc.js delete page 2021-02-09 15:56:02 -08: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 good chunk of version creation 2021-02-10 22:17:29 -08:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json eslint stuff 2021-02-09 10:22:36 -08:00
yarn.lock good chunk of version creation 2021-02-10 22:17:29 -08: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.