Нет описания

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

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.