Skip to content

aaykacc/booklist-app

Repository files navigation

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

About

booklist-app is a vue.js application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published