https://github.com/timwis/importui
https://github.com/timwis/importui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timwis/importui
- Owner: timwis
- Created: 2020-05-10T17:19:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T02:23:31.000Z (over 4 years ago)
- Last Synced: 2025-02-10T23:41:50.851Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 568 KB
- Stars: 1
- Watchers: 2
- 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/).