Skip to content

sarahdayan/colorpicker-tdd-tutorial

Repository files navigation

Color Picker Vue.js TDD Tutorial 🎨

The project of the tutorial An Introduction to TDD with Vue.js on fronstuff.io. You can preview it here.

This projects requires Node.js.

Installation

To install the project, run the following command in your terminal:

npm install
# or
yarn install

Compiles and hot-reloads for development

npm run serve
# or
yarn serve

Compiles and minifies for production

npm run build
# or
yarn build

Lints and fixes files

npm run lint
# or
yarn lint

Run your unit tests

npm run test:unit
# or
yarn test:unit

About

The project of the tutorial "An Introduction to TDD with Vue.js" on fronstuff.io.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages