Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/younisyousaf/vue3-crash-course
A code repo for Vue 3 Crash Course + Tailwind CSS + REST API + CRUD Operations
https://github.com/younisyousaf/vue3-crash-course
crud-api crud-operation custom-server rest rest-api server-setup tailwind-css vue vue-crash-course vue-router vue3
Last synced: 29 days ago
JSON representation
A code repo for Vue 3 Crash Course + Tailwind CSS + REST API + CRUD Operations
- Host: GitHub
- URL: https://github.com/younisyousaf/vue3-crash-course
- Owner: younisyousaf
- Created: 2024-12-03T11:01:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T11:45:32.000Z (about 1 month ago)
- Last Synced: 2024-12-03T12:33:54.037Z (about 1 month ago)
- Topics: crud-api, crud-operation, custom-server, rest, rest-api, server-setup, tailwind-css, vue, vue-crash-course, vue-router, vue3
- Language: HTML
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jobs-project
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```