Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 300 Bytes

File metadata and controls

21 lines (14 loc) · 300 Bytes

Sample Project

This is a sample project for a Vue Mastery course. This project is for learning purposes only, it's not for production use.

Install the dependencies:

npm install

Start the dev server:

npm run dev

Start the mock API server:

npm run mock-api