mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
2a75916163
Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.4...7.4.6) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
.husky | ||
assets | ||
components | ||
layouts | ||
locales | ||
middleware | ||
pages | ||
plugins | ||
static/images/sponsors | ||
store | ||
types | ||
utils | ||
.eslintrc.js | ||
.gitignore | ||
.npmrc | ||
.prettierrc | ||
nuxt.config.ts | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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.