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

https://github.com/thgh/vuejs-templates-rollup

Vue + Rollup + Buble + Livereload + dev-server + CSS extraction
https://github.com/thgh/vuejs-templates-rollup

Last synced: 4 months ago
JSON representation

Vue + Rollup + Buble + Livereload + dev-server + CSS extraction

Awesome Lists containing this project

README

          

# rollup

> A simple Vue 2.0 Rollup setup for quick prototyping.

### Usage

This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).

``` bash
npm install -g vue-cli
vue init thgh/vuejs-templates-rollup my-project
cd my-project
npm install
npm run dev
```

### What's Included

- `npm run dev`
- watch for source changes
- [livereload](https://github.com/thgh/rollup-plugin-livereload) on bundle change
- [serve](https://github.com/thgh/rollup-plugin-serve) on local dev server

- `npm run watch`
- watch for source changes

- `npm run build`
- Production build with HTML/CSS/JS minification.
- extract [css](https://github.com/thgh/rollup-plugin-css-only)

### Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with `vue-cli`:

``` bash
vue init username/repo my-project
```