Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okhiroyuki/red-mobile-frontend
frontend for RedMobile.
https://github.com/okhiroyuki/red-mobile-frontend
vite vue3 vuetify
Last synced: 5 days ago
JSON representation
frontend for RedMobile.
- Host: GitHub
- URL: https://github.com/okhiroyuki/red-mobile-frontend
- Owner: okhiroyuki
- Created: 2023-09-17T03:37:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:37:41.000Z (17 days ago)
- Last Synced: 2024-10-29T21:39:31.921Z (17 days ago)
- Topics: vite, vue3, vuetify
- Language: Vue
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @red-mobile/frontend
## Usage
```zsh
@red-mobile/frontend copy "./dist"
```## Development
### Prepare
```bash
npm ci
```### Compiles and hot-reloads for development
```bash
npm run serve
```### Compiles and minifies for production
```bash
npm run build
```