Skip to content

christher-lenander/quasar-strapi-starter

Repository files navigation

Quasar Strapi Starter

A starter project in Quasar for Strapi.

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.

Strapi

Install Strapi localy to test the frontend.

yarn create strapi-app strapi-test --quickstart

Start Strapi in development mode

yarn develop

Nodemailer

Nodemailer is required if you want to test the forgot password functionality.

See Nodemailer (Strapi plugin).

About

A Quasar starter project for strapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published