star-rating-vue-js-tutorial icon indicating copy to clipboard operation
star-rating-vue-js-tutorial copied to clipboard

The project of the tutorial "Unit Test Your First Vue.js Component" on fronstuff.io.

Star Rating Vue.js Tutorial 🌟

The project of the tutorial Unit Test Your First Vue.js Component on fronstuff.io. You can preview it here.

This projects requires Node.js.

See branch tests for unit tests.

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

Only on branch tests.

npm run test:unit
# or
yarn test:unit