https://github.com/octalectzz/lumineframe
A photo gallery website called LumineFrame, created using Quasar
https://github.com/octalectzz/lumineframe
gallery-photos i18n javascript quasar
Last synced: 11 months ago
JSON representation
A photo gallery website called LumineFrame, created using Quasar
- Host: GitHub
- URL: https://github.com/octalectzz/lumineframe
- Owner: OctaLectzz
- Created: 2024-04-01T17:31:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T02:03:26.000Z (about 2 years ago)
- Last Synced: 2024-11-07T20:52:50.842Z (over 1 year ago)
- Topics: gallery-photos, i18n, javascript, quasar
- Language: Vue
- Homepage: https://lumineframe.winecoders.com
- Size: 5.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LumineFrame (lumineframe)
Illuminate life through captivating frames
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).