Skip to content

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

Notifications You must be signed in to change notification settings

thgh/vuejs-templates-rollup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

rollup

A simple Vue 2.0 Rollup setup for quick prototyping.

Usage

This is a project template for vue-cli.

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 on bundle change
    • serve on local dev server
  • npm run watch

    • watch for source changes
  • npm run build

    • Production build with HTML/CSS/JS minification.
    • extract css

Fork It And Make Your Own

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

vue init username/repo my-project

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published