https://github.com/codebender828/laduzi
An introductory tutorial in vue, vue-router and vuex
https://github.com/codebender828/laduzi
Last synced: 5 months ago
JSON representation
An introductory tutorial in vue, vue-router and vuex
- Host: GitHub
- URL: https://github.com/codebender828/laduzi
- Owner: codebender828
- Created: 2019-04-19T14:57:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:09:54.000Z (over 3 years ago)
- Last Synced: 2025-02-13T22:18:59.884Z (over 1 year ago)
- Language: JavaScript
- Size: 2.25 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laduzi | 拉肚子 💩
[](https://app.netlify.com/sites/serene-neumann-393674/deploys)
[View Demo](https://laduzi.netlify.com/)
> Introductory Tutorial on Vue.js, Vue Router and State Management with Vuex

## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).