Skip to content
/ vuad Public template

🔥 Opinionated scalable vue boilerplate using webpack

License

Notifications You must be signed in to change notification settings

logustra/vuad

Repository files navigation


Screen Shot 2020-05-21 at 12 02 46 PM

Design Pattern

Learn the design pattern here

Requirement

Quick Start

# install nodejs with specific version
$ nvm install 12.6.3

# using specific nodejs
$ nvm use 12.6.3

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

# open folder vuad
$ cd vuad

# instal packages
$ pnpm install

# build and serve with express
$ pnpm start

Run with Docker

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

# run image vuad in the background with port 9900
$ docker run -p 9900:9900 -d vuad

How to Create Folder

A guide how to create a folder using create-cli

Component

# create atom component and give it name loading
$ node create atom loading

Module

# create new module and give it name home
$ node create module home

Cheer me on

If you like my works, you can cheer me on here 😆

    🇮🇩 Trakteer
    🌍 Ko-Fi

License

MIT License © 2020 Faizal Andyka