• Stars
    star
    121
  • Rank 285,120 (Top 6 %)
  • Language Vue
  • Created over 7 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

vue-ckeditor2

CKEditor 4 wrapper by Vue.js
Vue
171
star
2

vue-shopping-cart

Simple shopping cart with Vue.js and Deno.js
JavaScript
97
star
3

tipsy.sass

A simple mixin tooltip CSS using Sass
CSS
53
star
4

vue-clock

Simple clock component using Vue.js
JavaScript
44
star
5

vue-split-pane

Adjustable split pane using Vue.js
JavaScript
30
star
6

carousel.sass

Simple carousel pure CSS3
CSS
15
star
7

jquery.longShadow

Long shadow jQuery plugin
HTML
15
star
8

vue-here-maps

Here maps with Vue.js
Vue
9
star
9

vue-a11y-katex

Katex Using Vue.js
JavaScript
8
star
10

postcss-longshadow-text

Postcss plugin for long shadow text
JavaScript
8
star
11

vue-d3

Chart with d3.js and vue.js
Vue
8
star
12

hyperapp-todomvc

TodoMVC using Hyperapp
JavaScript
7
star
13

paga-ui

Beautifully designed components built with Zagjs and Panda CSS.
Vue
6
star
14

create-web-app

Create Web App
JavaScript
5
star
15

vue-kanban

First Desktop App Using Vuido
Vue
5
star
16

vue-pokemon

Pokedex using Vue.js
Vue
4
star
17

vue-simple-chart

Simple chart using SVG and Vue.js
Vue
3
star
18

hyperapp-rollup

Hyperapp Rollup Boilerplate
JavaScript
3
star
19

vue-jquery-mask

Vue directives with jquery mask plugin
JavaScript
3
star
20

bundev

Experiencing with Bun
TypeScript
2
star
21

zero-days-of-code

Zero Days Of Code
Elm
2
star
22

vue-calendar

Full calendar component using vue.js
JavaScript
2
star
23

deep-compare

Deep comparison of objects in JavaScript
JavaScript
2
star
24

elm-practice

Practice Elm
Elm
2
star
25

nodejs-practice

Node.js Practice
JavaScript
2
star
26

vue-quill

Quill editor directive using Vue.js
Vue
2
star
27

my-second-brain

My second brain with Obsidian
2
star
28

postcss-tipsy

Postcss plugin for a simple tooltip css
JavaScript
2
star
29

vue-turborepo-boilerplate

Starter template or boilerplate using Vue 3, Turborepo and Vite
Vue
2
star
30

dotfiles

Personal dotfiles
Lua
1
star
31

elm-notes

Notes with Elm
Elm
1
star
32

github-slideshow

A robot powered training repository πŸ€–
HTML
1
star
33

lemonade.sass

Lemonade - Simple Flexible Grid
CSS
1
star
34

vue-chat

Simple Chat with Firebase and Vue.js
Vue
1
star
35

til-cli

Command line interface for web application
1
star
36

vue-todomvc

TodoMVC using Vue 3
CSS
1
star
37

til

Today I Learned
1
star
38

vue-slider

Skeleton loader using Vue
1
star
39

tiny-node-ibm-cloud

Sample Node.js in IBM Cloud
JavaScript
1
star
40

exercises-codewars

Exercices JavaScript from Codewars.com
JavaScript
1
star
41

testing-practice

Vitest Practice
TypeScript
1
star
42

vue-rollup-plugin

Template for bundle Vue component or plugin
JavaScript
1
star
43

surge

All site deployment in Surge
Vue
1
star
44

elixir-airport

Elixir Airport Explorer
Elixir
1
star
45

generator-rv

Scaffold out a node module for vue component
JavaScript
1
star
46

tiny-blockchain

Tiny Blockchain
JavaScript
1
star
47

random-number-with-range

Generator random number within range
JavaScript
1
star
48

vue-practice

Vue Practice
JavaScript
1
star
49

jquery.checkboxes

Checkboxes jQuery Plugin
JavaScript
1
star
50

vue-tooltip

Tooltip Accessibility Using Vue.js
Vue
1
star
51

vue-github-card

Github card component using Vue.js
Vue
1
star
52

treasure-hunters

The treasure hunters game with Kaboom.js
JavaScript
1
star
53

is-digit

Check if some thing is digit
JavaScript
1
star
54

vue-weather-app

Weather application using Vue.js
Vue
1
star
55

aurelia-notes

Notes with Aurelia
TypeScript
1
star
56

nuxt-turborepo-boilerplate

Starter template or boilerplate using Nuxt, Turborepo and Vite
Vue
1
star
57

remix-turborepo-boilerplate

Starter template or boilerplate using Remix, Turborepo and Vite
TypeScript
1
star