Fără Descriere

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

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.