Nincs leírás

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

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.