Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 1.15 KB

Setup.md

File metadata and controls

79 lines (55 loc) · 1.15 KB

Setup frontend

YDL V2 frontend

Y&D Learning V2 - frontend

Course Manager - Manage your courses easily.

Build Setup

# install dependencies
pnpm install

# serve with hot reload at localhost:8080
pnpm run serve

# build for production with minification
pnpm run build

# build for production and view the bundle analyzer report
pnpm run build --report

# run unit tests
pnpm run unit

# run e2e tests
pnpm run e2e

# run all tests
pnpm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Tools

nodejs 12.x

dependencies

pnpm install vue-cli

project setup with

vue create
vue add vuetify

Vuese

# generate documentation
vuese gen

# serve documentation
vuese serve --open
pnpm i -g vuese

Commitizen

# install
pnpm i -g commitizen
pnpm install -g cz-conventional-changelog

# Windows:
Set-Content -path "~/.czrc" -value '{ "path": "cz-conventional-changelog" }'

# Mac:
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc

# use
git cz