Skip to content

lit79repo/platform_v2.0

Repository files navigation

@lit79/platform

A School Management And Information Source Platform.

Build Setup

# install dependencies
yarn

# start platform
yarn start

# serve with hot reload at localhost:8080
yarn dev

# start nodemon for backend
yarn dev:backend

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
yarn build --report

# run unit tests
yarn unit

# run e2e tests
yarn e2e

# run all tests
yarn test

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