https://github.com/gernest/drafti
https://github.com/gernest/drafti
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gernest/drafti
- Owner: gernest
- Created: 2019-11-10T07:44:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:43:54.000Z (over 2 years ago)
- Last Synced: 2025-01-12T19:26:15.415Z (4 months ago)
- Language: Vue
- Size: 4.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drafti
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).