Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xiyuan404/awesome-forum

production level vue project
https://github.com/xiyuan404/awesome-forum

Last synced: about 1 month ago
JSON representation

production level vue project

Awesome Lists containing this project

README

        

# vue-forum

## Project setup
### snapshot
![alt text](./images/vue-forum-1.png)

![alt text](./images/vue-forum-2.png)

```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

# better commit message format

```
():
│ │ │
│ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│ │
│ └─⫸ Commit Scope: categories | forums | threads | posts | user_profile |





└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test|chore|wip(work in progress)|revert
```