Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 784 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 784 Bytes

To Do List

Basically, I prepared a todo list in this repo in order to create an example with Vue Js. While I was working on it, I thoroughly enjoyed the process. After completing it, I would like to share it with you via GitHub.
I hope it works. If you have any questions, feel free to contact me on Twitter

Project Setup

npm install

Run the json-server at locale

You can visit this url for more information: json-server

The following path must be your local path address that includes data.

json-server --watch ./src/data/db.json

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build