https://github.com/solobarine/dartf
https://github.com/solobarine/dartf
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solobarine/dartf
- Owner: Solobarine
- License: apache-2.0
- Created: 2022-12-10T01:27:41.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-01T18:35:44.000Z (about 3 years ago)
- Last Synced: 2025-05-29T05:41:07.893Z (about 1 year ago)
- Language: Vue
- Homepage: dartf.vercel.app
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dartf
## 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/).