diff --git a/README.md b/README.md index d90610e..ee992c2 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,6 @@ Make sure to install the dependencies: # yarn yarn install -# npm -npm install - -# pnpm -pnpm install --shamefully-hoist ``` ## Development Server @@ -22,7 +17,7 @@ pnpm install --shamefully-hoist Start the development server on http://localhost:3000 ```bash -npm run dev +yarn dev ``` ## Production @@ -30,13 +25,13 @@ npm run dev Build the application for production: ```bash -npm run build +yarn build ``` Locally preview production build: ```bash -npm run preview +yarn preview ``` Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information. diff --git a/app.vue b/app.vue index 519743d..b802e1e 100644 --- a/app.vue +++ b/app.vue @@ -2,7 +2,7 @@
- +
diff --git a/pages/c/[cosetta].vue b/pages/c/[cosetta].vue index d1eeabc..9dbf76a 100644 --- a/pages/c/[cosetta].vue +++ b/pages/c/[cosetta].vue @@ -1,14 +1,35 @@ diff --git a/pages/index.vue b/pages/index.vue index d55d21e..4b7803a 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -10,7 +10,7 @@ const cosette = await $fetch('/api/cosette')