Vue Rollup Boilerplate

A simple rollup, vue-loader and esbuild setup for quick prototyping.
Alternatives To Vue Rollup Boilerplate
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Vue Rollup Boilerplate119
a month agoJavaScript
A simple rollup, vue-loader and esbuild setup for quick prototyping.
Prototype Minify639274 years ago8October 14, 2019mitJavaScript
Minify prototype for typescript or unminfied prototype.
Huimk4
2 days agogpl-3.0Svelte
Hardware user interface mockup kit based on Svelte
Vue Master4
3 years agoJavaScript
Badass rapid prototyping with Vue, Rollup, and PostCSS
React Pencil.js4
3 years agomitJavaScript
Pencil.js ❤️ React - Build reactive 2D graphics scene in your React project.
Vue El Element2
3 years agoVue
Vue elements for rapid prototyping
Hugo World1
3 years agoCSS
Hugo starter with rollup, tailwind and more to come
Cool1
6 years agoJavaScript
jquery plugins, based prototype and Static of constructor
Alternatives To Vue Rollup Boilerplate
Select To Compare


Alternative Project Comparisons
Readme

Vue Rollup Boilerplate

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

Currently, this boilerplate support good for Vue 2. For Vue 3, you can try Vite

What News

Installation

You can generate then use this template

Usage

PNPM

$ pnpm start
// or
$ pnpm dev
// or
$ pnpm run serve

NPM

$ npm start
// or
$ npm run dev
// or
$ npm run serve

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

Components

Atomic design components

  • Atoms
  • Molecules
  • Organisms
  • Templates
  • Pages

Makefile and PNPM

$ time make build and time pnpm build
user system cpu total
Makefile 7.17s 0.73s 102% 7.706
PNPM 7.35s 0.69s 102% 7.821

Fork It And Make Your Own

You can folk this repo to create own boilerplate.

License

MIT Dang Van Thanh

Popular Prototype Projects
Popular Rollup Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Vue
Prototyping
Prettier
Postcss
Rollup
Vue Loader