Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oslabs-beta/ClearVue
Developer tool made for Vue 3!
https://github.com/oslabs-beta/ClearVue
extension javascript typescript vue vuejs
Last synced: about 2 months ago
JSON representation
Developer tool made for Vue 3!
- Host: GitHub
- URL: https://github.com/oslabs-beta/ClearVue
- Owner: oslabs-beta
- License: mit
- Created: 2021-11-11T03:16:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T00:47:59.000Z (over 1 year ago)
- Last Synced: 2024-04-07T01:33:26.643Z (10 months ago)
- Topics: extension, javascript, typescript, vue, vuejs
- Language: Vue
- Homepage:
- Size: 653 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClearVue
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).