An open API service indexing awesome lists of open source software.

https://github.com/kkan0615/all-in-one

Vue + Express + MongoDB Sample Framework
https://github.com/kkan0615/all-in-one

express socketio typescript vue webpack

Last synced: 3 months ago
JSON representation

Vue + Express + MongoDB Sample Framework

Awesome Lists containing this project

README

          

# Youngjin's front + server framework with Typescript.

## vue-typescript-admin-template
Vue + Typescript Front framework,
Read more Here

## express-typescript-template
Express + Typescript + MongoDB Server framework,
Read more Here

## Inforamtion
Project manage and Leader: Youngjin Kwak (kkan0615@gmail.com)

### Author
| role | name(nickname) | email | github |
|------|----------------|-------|--------|
| PM & PL | Youngjin Kwak | kkan0615@gmail.com | https://github.com/kkan0615

## Github convention
This project is following this site https://www.conventionalcommits.org/en/v1.0.0/

### Rules
1. Must use in present not a past
2. Use emotion in front of commit
3. description is not noun

### Examples
```
:hammer_and_wrench: Feat: add new feat!
:hammer: Fix: fix some errors
:art: Styles: fix animation seconds
:factory: Refactor: refactor number box
:fire: Hotfix: fix dialog
:page_facing_up: Docs: add document or comments
```