From 48e433ff1eac952931db20cd7ed86a52a53c416c Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Thu, 5 Jun 2025 11:54:09 +0200 Subject: [PATCH] :art: Prettier formats the code --- web/README.md | 75 ------------------------------------- web/app.vue | 6 +-- web/composables/useToken.ts | 2 +- web/nuxt.config.ts | 8 ++-- web/package.json | 40 ++++++++++---------- web/pages/index.vue | 22 +++++++---- web/pages/token.vue | 53 ++++++++++++++------------ web/tailwind.config.js | 20 +++++----- web/tsconfig.json | 4 +- 9 files changed, 85 insertions(+), 145 deletions(-) delete mode 100644 web/README.md diff --git a/web/README.md b/web/README.md deleted file mode 100644 index 25b5821..0000000 --- a/web/README.md +++ /dev/null @@ -1,75 +0,0 @@ -# Nuxt Minimal Starter - -Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. - -## Setup - -Make sure to install dependencies: - -```bash -# npm -npm install - -# pnpm -pnpm install - -# yarn -yarn install - -# bun -bun install -``` - -## Development Server - -Start the development server on `http://localhost:3000`: - -```bash -# npm -npm run dev - -# pnpm -pnpm dev - -# yarn -yarn dev - -# bun -bun run dev -``` - -## Production - -Build the application for production: - -```bash -# npm -npm run build - -# pnpm -pnpm build - -# yarn -yarn build - -# bun -bun run build -``` - -Locally preview production build: - -```bash -# npm -npm run preview - -# pnpm -pnpm preview - -# yarn -yarn preview - -# bun -bun run preview -``` - -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. diff --git a/web/app.vue b/web/app.vue index bd44bea..5339dc3 100644 --- a/web/app.vue +++ b/web/app.vue @@ -1,7 +1,7 @@