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

https://github.com/thecodechef/rollup-simple


https://github.com/thecodechef/rollup-simple

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# rollup-simple

> A simple Vue 2.0 Rollup & `rollup-plugin-vue` setup for quick prototyping. Note this template is not suitable for production - for that you may want to wait for an official 2.0 webpack template.

### Usage

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

``` bash
$ npm install -g vue-cli
$ vue init rollup-simple my-project
$ cd my-project
$ npm install
$ npm run dev
```

### What's Included

- `npm run dev`: Rollup + `rollup-plugin-vue` with proper config for source maps.

- `npm run build`: build with HTML/CSS/JS minification.

For detailed explanation on how things work, consult the [docs for rollup-plugin-vue](http://vuejs.github.io/rollup-plugin-vue).

### 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
```