Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.