An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Laduzi | 拉肚子 💩

[![Netlify Status](https://api.netlify.com/api/v1/badges/9c6fce9c-1f08-4813-b0dd-047f1a3ff0ed/deploy-status)](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

![laduzi](https://user-images.githubusercontent.com/21237954/56430843-42964080-62fa-11e9-8cf9-d89b0bde8d4b.gif)

## 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).