YDL V2 frontend
Course Manager - Manage your courses easily.
# 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.
dependencies
pnpm install vue-cli
project setup with
vue create
vue add vuetify
# generate documentation
vuese gen
# serve documentation
vuese serve --open
pnpm i -g vuese
# 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