Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonataswalker/vue-rollup-example
- Owner: jonataswalker
- License: unlicense
- Created: 2017-03-15T14:20:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T03:49:32.000Z (about 2 years ago)
- Last Synced: 2023-03-23T00:18:47.511Z (almost 2 years ago)
- Topics: boilerplate, rollup, vuejs
- Language: JavaScript
- Size: 2.8 MB
- Stars: 35
- Watchers: 2
- Forks: 13
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`