Skip to content
/ vivu Public template
forked from logustra/vivu

๐Ÿ’Ž Opinionated scalable vue boilerplate using vite

License

Notifications You must be signed in to change notification settings

Delamaine/vivu

ย 
ย 

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 site in .vitebook/config.ts
  • 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

Cheer me on

If you like my works, you can cheer me on here ๐Ÿ˜†

ย  ย  ๐Ÿ‡ฎ๐Ÿ‡ฉ Trakteer
ย  ย  ๐ŸŒ Ko-Fi

License

MIT License ยฉ 2021 Faizal Andyka

About

๐Ÿ’Ž Opinionated scalable vue boilerplate using vite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.4%
  • TypeScript 31.6%
  • Vue 6.8%
  • HTML 1.9%
  • Dockerfile 0.6%
  • Shell 0.4%
  • SCSS 0.3%