Delamaine / 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 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

https://vivuu.netlify.app

License:MIT License


Languages

Language:JavaScript 58.3%Language:TypeScript 31.6%Language:Vue 6.8%Language:HTML 1.9%Language:Dockerfile 0.6%Language:Shell 0.4%Language:SCSS 0.3%