Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

arkavidia-hmif/arkavidia-frontend-6.0

Repository files navigation

Arkavidia 6.0 Frontend

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

# run lint
npm run lint

# fix lint
npm run lint-fix

This project uses ESLint as the static code analysis tool. When pushing to production, make sure that the code passes the lint. You can run the lint by running npm run lint. You can also execute auto-fix by executing npm run lint-fix.

For detailed explanation on how things work, check out Nuxt.js docs.

Releases

No releases published

Packages

No packages published

Languages