Hangar/frontend
dependabot[bot] 11b93eef33 Bump elliptic from 6.5.3 to 6.5.4 in /frontend
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-14 11:35:54 +01:00
..
assets userlist, announcement and other misc stuff 2021-03-13 17:40:57 +01:00
components userlist, announcement and other misc stuff 2021-03-13 17:40:57 +01:00
layouts userlist, announcement and other misc stuff 2021-03-13 17:40:57 +01:00
locales send different notification for partial approval 2021-03-13 17:52:19 +01:00
middleware all the review stuff (except 1) 2021-03-13 02:10:56 -08:00
pages userlist, announcement and other misc stuff 2021-03-13 17:40:57 +01:00
plugins all the review stuff (except 1) 2021-03-13 02:10:56 -08:00
static Implement sponsor card 2021-02-13 12:34:36 +01:00
store work on version dependencies/platform stuff 2021-03-10 13:41:26 -08:00
types userlist, announcement and other misc stuff 2021-03-13 17:40:57 +01:00
utils all the review stuff (except 1) 2021-03-13 02:10:56 -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 edit version platform/dependencies 2021-03-11 23:59:36 -08: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 Bump elliptic from 6.5.3 to 6.5.4 in /frontend 2021-03-14 11:35: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.