Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xiaofan2406/vue-playground


https://github.com/xiaofan2406/vue-playground

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Vue Playground
[![Build Status](https://travis-ci.org/xiaofan2406/vue-playground.svg?branch=master)](https://travis-ci.org/xiaofan2406/vue-playground) [![dependencies Status](https://david-dm.org/xiaofan2406/vue-playground/status.svg)](https://david-dm.org/xiaofan2406/vue-playground) [![devDependencies Status](https://david-dm.org/xiaofan2406/vue-playground/dev-status.svg)](https://david-dm.org/xiaofan2406/vue-playground?type=dev)

### Get Started
- install dependencies
```
npm i
```

- run dev server
```
npm run dev
```

- build for production (build only, no server setup)
```
npm run build
```

### Include
- vuex, vue-router and vuex-router-sync for Vue 2.0

### JSX support
- in branch [jsx](https://github.com/xiaofan2406/vue-playground/tree/jsx)
- jsx not hot reloading properly

### CSS
- PostCSS with cssnext, and postcss-import
- CSS modules is NOT enabled

### Disclosure
- Many scripts for webpack build process are updated according to [create-react-app](https://github.com/facebookincubator/create-react-app)