Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 935 Bytes

README.md

File metadata and controls

63 lines (42 loc) · 935 Bytes

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).