Skip to content

A personal developer blog built with Quasar. This blog features articles on web development, covering technologies like Quasar, Vue.js, and more. It also includes updates on personal projects, development tips, and best practices.

Notifications You must be signed in to change notification settings

ThibaultG94/quasar-blog

Repository files navigation

QuasarBlog (npm)

Note: The design of this blog draws significant inspiration from the tailwind-nextjs-starter-blog project.

A portfolio / blog build with quasar

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About

A personal developer blog built with Quasar. This blog features articles on web development, covering technologies like Quasar, Vue.js, and more. It also includes updates on personal projects, development tips, and best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published