Sen descrición

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

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.