Skip to content

Commit 523a541

Browse files
committed
docs: add description for custom package.json in project structure
1 parent 2f3e88a commit 523a541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/documentation/docs/tutorial/001-gettingStarted.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The CLI will create boilerplate files and folders in your current directory and
6060
myadmin/
6161
├── custom
6262
│ ├── assets/ # Static assets like images, fonts, etc.
63+
│ ├── package.json # For any custom npm packages you will use in Vue files
6364
│ └── tsconfig.json # Tsconfig for Vue project (adds completion for AdminForth core components)
6465
├── resources
6566
│ └── adminuser.ts # Example resource file for users management

0 commit comments

Comments
 (0)