# notes-app-vuejs-vuex **Repository Path**: liuyuantao/notes-app-vuejs-vuex ## Basic Information - **Project Name**: notes-app-vuejs-vuex - **Description**: 通过 Vue 和 Vuex 来实现一个记事本 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://coligo.io/learn-vuex-by-building-notes-app/) ### Install the dependencies ```bash npm install ``` ### Run the dev server with hot reload at localhost:8080 ```bash npm run dev ``` ### Build the app for production ```bash npm run build ```