Hangar/frontend
dependabot[bot] 40d611757d Bump url-parse from 1.5.7 to 1.5.10 in /frontend
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 14:00:43 +01:00
..
.husky Update dependency husky to v5 (#375) 2021-03-16 10:49:52 -07:00
assets Better light theme 2022-01-24 18:21:56 +01:00
components Header style improvements (#595) 2022-02-06 09:01:55 +01:00
layouts Theme modernization (#592) 2022-01-29 15:36:44 +01:00
locales Theme modernization (#592) 2022-01-29 15:36:44 +01:00
middleware try to integrate new auth 2021-10-16 12:09:44 +02:00
pages Theme modernization (#592) 2022-01-29 15:36:44 +01:00
plugins Theme modernization (#592) 2022-01-29 15:36:44 +01:00
static Theme modernization (#592) 2022-01-29 15:36:44 +01:00
store adjust frontend for category title being removed 2021-12-17 20:01:53 +01:00
types also hide hidden members on org page 2022-01-09 11:28:44 +01:00
utils Bump prettier from 2.2.1 to 2.3.0 in /frontend (#453) 2021-05-17 16:52:45 -07:00
.eslintrc.js disable broken lint rule 2021-12-17 18:02:11 +01:00
.gitignore move frontend 2021-01-21 17:24:35 +01:00
.npmrc finished version approval page 2021-03-28 13:10:41 -07:00
.prettierrc improve valid project name search 2021-09-22 00:42:21 -07:00
nuxt.config.ts crowdin cli is stupid 2021-12-22 19:50:31 +01:00
package.json move to new i18n project 2021-12-17 21:12:14 +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 url-parse from 1.5.7 to 1.5.10 in /frontend 2022-02-28 14:00:43 +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.