Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 405 Bytes

Learn Vuex by Building a Notes App

This code is for the tutorial on building a Notes App using VueJs and Vuex

Check out the full tutorial on coligo

Install the dependencies

npm install

Run the dev server with hot reload at localhost:8080

npm run dev

Build the app for production

npm run build