https://github.com/datacrafts-io/dudel
Dudel
https://github.com/datacrafts-io/dudel
Last synced: about 2 months ago
JSON representation
Dudel
- Host: GitHub
- URL: https://github.com/datacrafts-io/dudel
- Owner: datacrafts-io
- License: mit
- Created: 2021-12-23T12:27:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-24T16:34:39.000Z (over 3 years ago)
- Last Synced: 2025-01-14T23:40:23.679Z (3 months ago)
- Language: TypeScript
- Size: 223 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dudel
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).