You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Slava 97ef4c3e08 lots of fixes 6 years ago
..
.vscode init commit 6 years ago
src lots of fixes 6 years ago
.editorconfig init commit 6 years ago
.eslintignore init commit 6 years ago
.eslintrc.js init commit 6 years ago
.gitignore init commit 6 years ago
.postcssrc.js init commit 6 years ago
README.md init commit 6 years ago
babel.config.js init commit 6 years ago
jsconfig.json init commit 6 years ago
package-lock.json init commit 6 years ago
package.json init commit 6 years ago
quasar.conf.js init commit 6 years ago

README.md

Quasar App (experra_forum)

A Quasar Framework app

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.