quasar-factory-lib
v0.1.33
Published
Quasar Library
Readme
Quasar factory Lib
A NPM package that contains multiple quasar components
Install
yarn quasar-factory-lib
You need to import style file in your project
@import url("quasar-factory-lib/style.css");
And import components and types from
import { } from 'quasar-factory-lib'
Documentation
yarn docs:previewUpload npm package
All this scripts will build and test the package and then upload it to NPM automatically
Major version
yarn publish:majorMinor version
yarn publish:minorPatch
yarn publish:patchSkip
yarn publish:skipThis scripts will skip the tests and upload the package directly with a new patch version.
