Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xiyuan404/awesome-forum
- Owner: xiyuan404
- Created: 2024-05-15T03:49:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T14:22:59.000Z (8 months ago)
- Last Synced: 2024-07-02T08:42:08.044Z (6 months ago)
- Language: CSS
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```