leapon / vueblock

vue components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueBlock

A Vue component showcase

Run Webapp

npm install 

./start

Database Setup

Install MongoDB

https://www.mongodb.com/

Git Setup

git config user.name $GIT_USER_NAME
git config user.email $GIT_USER_EMAIL

git config credential.helper 'cache --timeout=3600'
git config credential.helper store

git config --list

About

vue components


Languages

Language:JavaScript 59.1%Language:HTML 30.4%Language:Vue 9.8%Language:CSS 0.7%