Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/dnd-demo
https://github.com/miyaoka/dnd-demo
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miyaoka/dnd-demo
- Owner: miyaoka
- Created: 2020-01-12T11:33:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:39:05.000Z (11 months ago)
- Last Synced: 2023-12-15T09:43:11.667Z (11 months ago)
- Language: Vue
- Homepage: https://miyaoka-dnd-demo.netlify.com/
- Size: 4.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# studio-functions
## 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
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).