All Projects → sarahdayan → star-rating-vue-js-tutorial

sarahdayan / star-rating-vue-js-tutorial

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

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].