Skip to content

logustra/vivu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 25, 2022
2d6dd03 ยท Dec 25, 2022
Nov 21, 2022
Apr 30, 2021
Dec 3, 2022
Aug 21, 2021
Aug 19, 2021
Mar 8, 2021
Dec 25, 2022
Jul 16, 2021
Mar 8, 2021
Mar 25, 2022
Nov 23, 2022
Jul 16, 2021
Mar 8, 2021
Nov 23, 2022
Mar 12, 2021
May 22, 2022
Dec 25, 2022
Dec 25, 2022
Dec 7, 2022
Nov 24, 2022
Mar 28, 2022
Dec 25, 2022
Dec 25, 2022
Nov 24, 2022

Repository files navigation

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