Keine Beschreibung

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

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.