https://github.com/github0null/eide_simple_config_ui
https://github.com/github0null/eide_simple_config_ui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/github0null/eide_simple_config_ui
- Owner: github0null
- Created: 2023-02-26T07:31:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T10:08:11.000Z (about 1 year ago)
- Last Synced: 2025-01-25T22:23:00.774Z (about 1 year ago)
- Language: Vue
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eide-simple-config-ui
A internal component for vscode plug-in [eide](https://marketplace.visualstudio.com/items?itemName=CL.eide)
## Project setup
```
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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).