Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wodenwang820118/gx.nuxt
https://github.com/wodenwang820118/gx.nuxt
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wodenwang820118/gx.nuxt
- Owner: WodenWang820118
- Created: 2024-10-29T07:25:11.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:12:16.000Z (13 days ago)
- Last Synced: 2024-11-05T11:29:12.481Z (13 days ago)
- Language: Vue
- Homepage: https://gx-nuxt-cinemate.vercel.app
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GX Nuxt Portfolio
This is a portfolio repository regarding [Nuxt 3](https://nuxt.com/), based on the [Vue 3](https://vuejs.org/) framework. It contains multiple projects under the [Nx](https://nx.dev/) monorepo structure.
# Projects
## Cinemate
A movie database application that allows users to search for movies, view movie details.
### Development
Please use PNPM as the package manager for this project.
```bash
npm install -g pnpm
```To install the dependencies, use the following command:
```bash
pnpm install
```To run the project, use the following command:
```bash
pnpm run dev:cinemate
```### Deployment
```bash
pnpm run build-cinemate
```