Skip to content

Frontend setup

Tibor edited this page Jul 22, 2021 · 1 revision

This is a project based on nuxt.js and Element UI. For detailed explanation on how things work, check out Nuxt.js docs and Element UI docs.

Quick Frontend 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

If you want to run the frontend project on dev mode locally, please follow this guideline.

Clone this wiki locally