https://github.com/timwis/importui
https://github.com/timwis/importui
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timwis/importui
- Owner: timwis
- Created: 2020-05-10T17:19:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T02:23:31.000Z (over 5 years ago)
- Last Synced: 2025-04-05T12:29:49.276Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 568 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# importui
## 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/).