Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andycall/style-demo
https://github.com/andycall/style-demo
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andycall/style-demo
- Owner: andycall
- Created: 2022-10-09T06:21:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T10:34:32.000Z (over 1 year ago)
- Last Synced: 2024-10-19T04:31:16.654Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vlm-mobile
## 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/).