https://github.com/tailwindadmin/vue
https://github.com/tailwindadmin/vue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tailwindadmin/vue
- Owner: tailwindadmin
- Created: 2019-10-23T06:20:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:17:58.000Z (over 3 years ago)
- Last Synced: 2025-10-26T07:27:44.560Z (6 months ago)
- Language: Vue
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue
## 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/).