michaelmano / vue-rollup-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Rollup Boilerplate

A simple rollup, vue-loader and esbuild setup for quick prototyping.

Installation

You can generate then use this template

Usage

$ npm run dev

You can view the development server at localhost:8080

Production build

$ npm run build

You can view the deploy by creating a server in dist

$ cd dist && npx serve

Features

Fork It And Make Your Own

You can folk this repo to create own boilerplate.

License

MIT © Dang Van Thanh

About


Languages

Language:JavaScript 99.2%Language:Vue 0.4%Language:HTML 0.3%Language:CSS 0.1%