Skip to content

gakarl/quasar-template

 
 

Repository files navigation

Quasar Starter Template (quasar-template)

This is a base project of the quasar framework using vite, vue 3 and pinia.

☄️ Prerequisites

Before you start, you will need to have Git and a code editor such as VSCode or Intellij installed on your machine.

🚀 Running the Project

# Clone this repository
$ git clone https://github.com/Joabsonlg/quasar-template.git your-project-name

# Install the dependencies
npm install

# Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev

⚖️ Contributions

To make changes to the code:

# Create a branch
$ git checkout -b branch-name

# Make the changes to the code and upload them to the repository
$ git add .
$ git commit -m "Summary of my changes"
$ git push -u origin branch-name

#In github, create a pull request to the master branch

Be sure to do the appropriate tests.

🔑 License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 56.7%
  • JavaScript 40.8%
  • CSS 1.3%
  • HTML 1.2%