Hangar/frontend
MiniDigger 51653394b2 a bit of work on the review page
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-03-10 22:14:57 +01:00
..
assets recommended version stuff 2021-02-11 19:33:01 -08:00
components add fallback images to avatars 2021-03-09 18:49:31 +01:00
layouts bunch of unfinished stuff 2021-02-08 21:45:54 +01:00
locales a bit of work on the review page 2021-03-10 22:14:57 +01:00
middleware work on version page 2021-03-09 22:40:35 -08:00
pages a bit of work on the review page 2021-03-10 22:14:57 +01:00
plugins fix a few errors 2021-02-23 20:27:43 +01:00
static Implement sponsor card 2021-02-13 12:34:36 +01:00
store bit more vue work 2021-02-08 10:26:46 -08:00
types a bit of work on the review page 2021-03-10 22:14:57 +01:00
utils work on version page 2021-03-09 22:40:35 -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 try to fix staging (and fail) 2021-02-23 22:41:54 +01:00
package.json try to fix staging (and fail) 2021-02-23 22:41:54 +01: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 try to fix staging (and fail) 2021-02-23 22:41:54 +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.