Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonataswalker/vue-rollup-example

A Vue + Rollup Boilerplate
https://github.com/jonataswalker/vue-rollup-example

boilerplate rollup vuejs

Last synced: about 2 months ago
JSON representation

A Vue + Rollup Boilerplate

Awesome Lists containing this project

README

        

# vue-rollup-example

A Vue + Rollup Boilerplate and a big help from `rxjs` and `ora` to make a pretty CLI output.

```shell
git clone https://github.com/jonataswalker/vue-rollup-example.git
cd vue-rollup-example
npm install
npm run dev
```

![cli anim](https://raw.githubusercontent.com/jonataswalker/vue-rollup-example/master/cli.gif)

# Tools (best of worlds?)

→ [Rollup](http://rollupjs.org)

→ [Vue](https://vuejs.org)

→ [ESLint](https://eslint.org)

→ [Prettier](https://prettier.io)

→ [Browsersync](https://browsersync.io)

→ [Ora](https://github.com/sindresorhus/ora)

→ [RxJS](https://rxjs-dev.firebaseapp.com)

→ and a bunch of others - check `devDependencies`