Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 483 Bytes

Nuxt 3 Minimal Starter + Feature-Sliced Design

Look at the Nuxt 3 documentation to learn more.

Feature-Sliced Design

Setup

Make sure to install the dependencies:

# bun
bun install

Nuxt routing

How to enable?

  1. Create a pages directory in the src folder
  2. In pages create index.vue, which will replace app.vue
  3. Delete app.vue