1.0.6 • Published 7 years ago

vue-course-requisite v1.0.6

Weekly downloads
5
License
-
Repository
-
Last release
7 years ago

vue-course-requisite

Vue plugin for displaying, configuring, and modifying course pre and co requisites.

See a working demo.

Build Setup

# install dependencies
yarn install

or

npm install

# serve demo with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build demo (used to prepare for gitlab pages)
npm run build:demo

# run unit tests
npm run unit

# run all tests
npm test