Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

sarahdayan/star-rating-vue-js-tutorial

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •