@sowell/quasar-app-extension-sowell-models
v1.22.0
Published
Sowell models
Downloads
532
Readme
Quasar App Extension sowell-models
Be sure to change this readme as appropriate for your app extension.
Think about the organization of this file and how the information will be beneficial to the user.
Add a short description of your App Extension. What does it do? How is it beneficial? Why would someone want to use it?
Sowell models
Install
quasar ext add sowell-models
Quasar CLI will retrieve it from the NPM registry and install the extension to your project.
Test Local
quasar ext add sowell-models@file://path_extension
quasar ext invoke sowell-models
and config the quasar.config.js on quasar.config.js > devServer > watchFiles
devServer: {
// be sure to change <myextid> below to
// your App Extension name:
watchFiles: [
'/node_modules/quasar-app-extension-<myextid>/*'
]
}
Ex:
quasar ext add sowell-models@file://Volumes/Données/workSpace/sowell/v2/quasar.extension.sowell-models
Prompts
API_URL: Endpoint api
Uninstall
quasar ext remove sowell-models
Info
Add longer information here that will help the user of your app extension.
Other Info
Add other information that's not as important to know