logustra / vivu

๐Ÿ’Ž Opinionated scalable vue boilerplate using vite

Home Page:https://vivuu.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vivu

Licence Code Style Commitizen

Opinionated scalable vue boilerplate using vite

Design Pattern

Learn the design pattern here

Features

Dev Tools

Requirement

Getting Started

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

# clone repository
$ git clone https://github.com/logustra/vivu.git

# open folder vivu
$ cd vivu

# install packages
$ pnpm install

# build and serve with vite dev server
$ pnpm dev

Run with Docker

# build docker image and tag it with name nginx
$ docker build . -t nginx

# run docker image nginx with name vivu in port 9900
$ docker run -it -p 9900:80 --rm --name vivu nginx

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change name, description, repository, bugs field in package.json
  • Change the author name in LICENSE
  • Change the favicon in public
  • Remove the .github folder which contains the funding info
  • Clean up the README(s) and remove modules

And, enjoy :)

How to Create Folder

A guide how to create a folder using create-cli

Component

# create new atom component with name loading
$ node create component atoms loading

Module

# create new module with name home and with all types
$ node create module home all

Variations

  • vivu-npm: Starter template to build component library

Cheers me on

Love my works? give me ๐ŸŒŸ or cheers me on here ๐Ÿ˜†
Your support means a lot to me. It will help me sustain my projects actively and make more of my ideas come true.
Much appreciated! โค๏ธ ๐Ÿ™

    ๐Ÿ™ Github
    ๐ŸŒ Ko-Fi
    ๐Ÿ‡ฎ๐Ÿ‡ฉ Trakteer

License

MIT License ยฉ 2021 Faizal Andyka

About

๐Ÿ’Ž Opinionated scalable vue boilerplate using vite

https://vivuu.netlify.app

License:MIT License


Languages

Language:TypeScript 48.6%Language:JavaScript 33.0%Language:Vue 13.8%Language:HTML 1.6%Language:Dockerfile 1.4%Language:Shell 1.0%Language:SCSS 0.6%