mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +08:00
5cdae49a31
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.5. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.5) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
.husky | ||
assets | ||
components | ||
layouts | ||
locales | ||
middleware | ||
pages | ||
plugins | ||
static | ||
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.