This is a kanban board prototype created with Vue.js to provide people the opportunity practice applying techniques and best practices for creating components.
If you want to keep a copy of your work, make sure to fork the repository first before cloning and replace the repo path in the first instruction.
# Clone repository
git clone git@github.com:ridiculously-reusable-components/kanban-board-app.git
# Change directories to workshop resources
cd kanban-board-app
# Install dependencies
npm install
# Run local web server with hot-module reloading
npm run serve
# Compile a production build
npm run build
# Lint and fix files
npm run lint
# Run tests
npm run test
### Run unit tests
npm run test:unit