Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaofan2406/vue-playground
https://github.com/xiaofan2406/vue-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiaofan2406/vue-playground
- Owner: xiaofan2406
- Created: 2016-10-13T06:30:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T05:50:08.000Z (about 3 years ago)
- Last Synced: 2024-04-12T07:02:40.484Z (10 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)