Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanbrasiliano/vue-quasar-app
A straightforward project built using the Quasar framework and Vue 3 Composition API. This setup leverages the powerful features of Quasar for building responsive web applications, combined with the flexible and modern approach of Vue 3's Composition API.
https://github.com/yanbrasiliano/vue-quasar-app
composition-api quasar-framework vue
Last synced: about 4 hours ago
JSON representation
A straightforward project built using the Quasar framework and Vue 3 Composition API. This setup leverages the powerful features of Quasar for building responsive web applications, combined with the flexible and modern approach of Vue 3's Composition API.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/vue-quasar-app
- Owner: yanbrasiliano
- License: mit
- Created: 2023-10-24T03:10:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T01:13:24.000Z (5 months ago)
- Last Synced: 2024-06-04T02:54:36.175Z (5 months ago)
- Topics: composition-api, quasar-framework, vue
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue 3 and Quasar CRUD App
A streamlined project built with the Quasar framework and Vue 3 Composition API.
## Features
- Create, Read, Update, and Delete (CRUD) operations.
- Clean and responsive user interface.
- Utilizes Vue 3 with the Quasar framework for a modern and efficient front-end development experience.## Getting Started
Want to try it out or customize it for your needs? Follow the commands below:
1. #### Clone the repository:
```bash
git clone [email protected]:yanbrasiliano/vue-quasar-app.git
```2. #### Navigate to the project folder:
```bash
cd vue-quasar-app
```3. #### Install packages and dependencies:
```bash
npm install
```4. #### Start the local development server:
```bash
npm run dev
```5. #### Start the JSON server for the database:
```bash
json-server ./database/db.json --port 3001
```## Contributing
Contributions are welcome! Feel free to open issues and submit pull requests to enhance this project.