Wandelt interne in "normale" Links um und andersrum
Find a file
2024-06-26 17:53:49 +02:00
.vscode initial commit 2024-06-26 17:53:49 +02:00
.yarn initial commit 2024-06-26 17:53:49 +02:00
public initial commit 2024-06-26 17:53:49 +02:00
src initial commit 2024-06-26 17:53:49 +02:00
.editorconfig initial commit 2024-06-26 17:53:49 +02:00
.eslintignore initial commit 2024-06-26 17:53:49 +02:00
.eslintrc.cjs initial commit 2024-06-26 17:53:49 +02:00
.gitignore initial commit 2024-06-26 17:53:49 +02:00
.npmrc initial commit 2024-06-26 17:53:49 +02:00
.yarnrc.yml initial commit 2024-06-26 17:53:49 +02:00
index.html initial commit 2024-06-26 17:53:49 +02:00
jsconfig.json initial commit 2024-06-26 17:53:49 +02:00
package.json initial commit 2024-06-26 17:53:49 +02:00
postcss.config.cjs initial commit 2024-06-26 17:53:49 +02:00
quasar.config.js initial commit 2024-06-26 17:53:49 +02:00
README.md initial commit 2024-06-26 17:53:49 +02:00
yarn.lock initial commit 2024-06-26 17:53:49 +02:00

BTG Linkumwandler (btg-linkumwandler)

wandelt links um

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

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.