Skip to content

Noly1990/notes-app-vuejs-vuex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 47.4%
  • JavaScript 26.5%
  • CSS 20.6%
  • HTML 5.5%