Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdee/filtering-frontend
Brille module demo - frontend
https://github.com/peterdee/filtering-frontend
brille demo image-processing nuxt typescript vercel vue
Last synced: 17 days ago
JSON representation
Brille module demo - frontend
- Host: GitHub
- URL: https://github.com/peterdee/filtering-frontend
- Owner: peterdee
- License: mit
- Created: 2022-12-28T13:25:39.000Z (about 2 years ago)
- Default Branch: release
- Last Pushed: 2023-08-04T18:53:34.000Z (over 1 year ago)
- Last Synced: 2024-11-20T14:51:00.556Z (3 months ago)
- Topics: brille, demo, image-processing, nuxt, typescript, vercel, vue
- Language: Vue
- Homepage: https://images.dyum.in
- Size: 890 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## filtering-frontend
[Brille](https://github.com/julyskies/brille) module demo - frontend
Stack: [Nuxt](https://nuxt.com), [Axios](https://axios-http.com), [common-styles](https://github.com/julyskies/common-styles)
Backend application code is available at https://github.com/peterdee/filtering-backend
**DEV**: http://localhost:3000
**PRODUCTION**: https://images.dyum.in (https://filtering-frontend.vercel.app)
### Deploy
```shell script
git clone https://github.com/peterdee/filtering-frontend
cd ./filtering-frontend
nvm use 18
npm ci
```### Environment variables
The `.env` file is required, see [.env.example](.env.example) for details
### Launch
##### Development
```shell script
npm run dev
```Development server will be available at http://localhost:3000
##### Production
Build the application for production:
```shell script
npm run build
```Locally preview production build:
```shell script
npm run preview
```### Vercel deployment
This application is automatically deployed to [Vercel](https://vercel.com)
### License
[MIT](./LICENSE.md)