update folder structure
This commit is contained in:
parent
e326df8b86
commit
3d7db64f8a
@ -70,11 +70,15 @@ project/
|
|||||||
├── vue # Vite build output (generated after running pnpm build)
|
├── vue # Vite build output (generated after running pnpm build)
|
||||||
├── src/ # Frontend source code
|
├── src/ # Frontend source code
|
||||||
│ ├── components/ # Vue components
|
│ ├── components/ # Vue components
|
||||||
|
│ ├── pages/ # Vue pages
|
||||||
│ ├── assets/ # CSS, images, etc.
|
│ ├── assets/ # CSS, images, etc.
|
||||||
│ ├── App.vue # Main Vue component
|
│ ├── App.vue # Main Vue component
|
||||||
|
│ ├── router.js # Vue router
|
||||||
│ └── main.js # Entry point for the Vue app
|
│ └── main.js # Entry point for the Vue app
|
||||||
├── package.json # Node.js dependencies
|
├── package.json # Node.js dependencies
|
||||||
├── tailwind.config.cjs # Tailwind CSS configuration
|
├── tailwind.config.cjs # Tailwind CSS configuration
|
||||||
|
├── vite.config.js # Vite configuration
|
||||||
|
├── jsconfig.json # VScode IDE configuration for Javascript
|
||||||
└── ...
|
└── ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user