https://github.com/bencodezen/nuxt-3-trello-mvp
Trello MVP Clone with Nuxt 3 (Beta)
https://github.com/bencodezen/nuxt-3-trello-mvp
nuxt nuxt3 trello
Last synced: 3 months ago
JSON representation
Trello MVP Clone with Nuxt 3 (Beta)
- Host: GitHub
- URL: https://github.com/bencodezen/nuxt-3-trello-mvp
- Owner: bencodezen
- Created: 2021-11-02T18:10:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T18:36:10.000Z (about 4 years ago)
- Last Synced: 2025-03-27T21:12:32.003Z (10 months ago)
- Topics: nuxt, nuxt3, trello
- Language: Vue
- Homepage: https://nuxt-3-trello-mvp.netlify.app/
- Size: 273 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello MVP Clone with Nuxt 3
## Setup
Make sure to install the dependencies
```bash
yarn install
```
## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).