https://github.com/qaiswardag/nuxt3-to-do-list-app-using-php-rest-api
Nuxt 3 to do list app using PHP Rest API with auth.
https://github.com/qaiswardag/nuxt3-to-do-list-app-using-php-rest-api
javascript nuxt3 pinia rest-api tailwindcss
Last synced: 3 months ago
JSON representation
Nuxt 3 to do list app using PHP Rest API with auth.
- Host: GitHub
- URL: https://github.com/qaiswardag/nuxt3-to-do-list-app-using-php-rest-api
- Owner: qaiswardag
- Created: 2022-03-20T10:47:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T14:50:07.000Z (about 4 years ago)
- Last Synced: 2025-09-14T15:48:20.510Z (10 months ago)
- Topics: javascript, nuxt3, pinia, rest-api, tailwindcss
- Language: Vue
- Homepage:
- Size: 576 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## 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).