GitXplorerGitXplorer
h

quasar-storybook-n7t1hv

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
00d9bded852afa66f1187250fbec737dac5a9b1d

fixed rendering

hhinogi committed 7 months ago
Unverified
3f8d16312d41173de31c9b2585231e2824f37082

storybook 8.1 update

hhinogi committed 7 months ago
Unverified
9908143cc24215501994608cd645ced445435506

added plugin

hhinogi committed 7 months ago
Unverified
87e776a24f4bb6a3710d6932539255c3a8377c19

try to add quasar stories

hhinogi committed 7 months ago
Unverified
fcf620bc815f7aa1fa84b7744bf6bf59690498ba

storybook vite with vue support

hhinogi committed 7 months ago
Unverified
9eaa69657f598be48a22f62cb6ceabd80698a46f

npm package update

hhinogi committed 7 months ago

README

The README file for this repository.

Quasar App (quasar-storybook)

A Quasar Project

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.