Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vue Rollup Boilerplate | 119 | a month ago | JavaScript | |||||||
A simple rollup, vue-loader and esbuild setup for quick prototyping. | ||||||||||
Prototype Minify | 6 | 39 | 27 | 4 years ago | 8 | October 14, 2019 | mit | JavaScript | ||
Minify prototype for typescript or unminfied prototype. | ||||||||||
Huimk | 4 | 2 days ago | gpl-3.0 | Svelte | ||||||
Hardware user interface mockup kit based on Svelte | ||||||||||
Vue Master | 4 | 3 years ago | JavaScript | |||||||
Badass rapid prototyping with Vue, Rollup, and PostCSS | ||||||||||
React Pencil.js | 4 | 3 years ago | mit | JavaScript | ||||||
Pencil.js ❤️ React - Build reactive 2D graphics scene in your React project. | ||||||||||
Vue El Element | 2 | 3 years ago | Vue | |||||||
Vue elements for rapid prototyping | ||||||||||
Hugo World | 1 | 3 years ago | CSS | |||||||
Hugo starter with rollup, tailwind and more to come | ||||||||||
Cool | 1 | 6 years ago | JavaScript | |||||||
jquery plugins, based prototype and Static of constructor |
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
You can generate then use this template
$ pnpm start
// or
$ pnpm dev
// or
$ pnpm run serve
$ npm start
// or
$ npm run dev
// or
$ npm run serve
You can view the development server at localhost:8080
$ npm run build
You can view the deploy by creating a server in dist
$ cd dist && npx serve
Atomic design components
$ 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 |
You can folk this repo to create own boilerplate.
MIT Dang Van Thanh