Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heywon0909/code-bot-ui
https://github.com/heywon0909/code-bot-ui
nodejs postcss tailwindcss
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heywon0909/code-bot-ui
- Owner: heywon0909
- Created: 2023-02-27T13:02:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T01:03:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T07:50:55.966Z (2 months ago)
- Topics: nodejs, postcss, tailwindcss
- Language: Vue
- Homepage: https://code-bot-ui.vercel.app
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# client
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).