Aucune description

CJ d355590155 first commit il y a 1 an
.vscode d355590155 first commit il y a 1 an
logs-2023 d355590155 first commit il y a 1 an
public d355590155 first commit il y a 1 an
src d355590155 first commit il y a 1 an
src-electron d355590155 first commit il y a 1 an
.editorconfig d355590155 first commit il y a 1 an
.eslintignore d355590155 first commit il y a 1 an
.eslintrc.js d355590155 first commit il y a 1 an
.gitignore d355590155 first commit il y a 1 an
.postcssrc.js d355590155 first commit il y a 1 an
.stylintrc d355590155 first commit il y a 1 an
README.md d355590155 first commit il y a 1 an
WebBuilderTools.zip d355590155 first commit il y a 1 an
babel.config.js d355590155 first commit il y a 1 an
demo.log d355590155 first commit il y a 1 an
jsconfig.json d355590155 first commit il y a 1 an
log.2023-06-13.log d355590155 first commit il y a 1 an
log.2023-06-14.log d355590155 first commit il y a 1 an
log.2023-06-19.log d355590155 first commit il y a 1 an
log.2023-08-12.log d355590155 first commit il y a 1 an
package-lock.json d355590155 first commit il y a 1 an
package.json d355590155 first commit il y a 1 an
quasar.conf.js d355590155 first commit il y a 1 an
yarn.lock d355590155 first commit il y a 1 an

README.md

WebBuilderTools (webbuildertools)

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

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.