mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
bab276fcf3
* feat(docs): scaffolding docs-generator * fix: typo in build (script) and fix copy folder command * chore(docs): update |
||
---|---|---|
.. | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.postcssrc.js | ||
.stylintrc | ||
babel.config.js | ||
package.json | ||
quasar.conf.js | ||
quasar.extensions.json | ||
README.md | ||
yarn.lock |
Quasar App (docs-generator)
A Quasar Framework app
Install the dependencies
yarn
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn run lint
Build the app for production
quasar build