https://github.com/marcusziade/dreameater-vue
Landing page for Dream Eater iOS
https://github.com/marcusziade/dreameater-vue
Last synced: 2 months ago
JSON representation
Landing page for Dream Eater iOS
- Host: GitHub
- URL: https://github.com/marcusziade/dreameater-vue
- Owner: marcusziade
- Created: 2024-09-14T02:40:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T02:43:19.000Z (8 months ago)
- Last Synced: 2025-02-28T13:14:40.474Z (2 months ago)
- Language: Vue
- Homepage: https://marcusziade.github.io/dreameater-vue/
- Size: 62.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dreameater-vue
## 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/).