We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3e88a commit 523a541Copy full SHA for 523a541
adminforth/documentation/docs/tutorial/001-gettingStarted.md
@@ -60,6 +60,7 @@ The CLI will create boilerplate files and folders in your current directory and
60
myadmin/
61
├── custom
62
│ ├── assets/ # Static assets like images, fonts, etc.
63
+│ ├── package.json # For any custom npm packages you will use in Vue files
64
│ └── tsconfig.json # Tsconfig for Vue project (adds completion for AdminForth core components)
65
├── resources
66
│ └── adminuser.ts # Example resource file for users management
0 commit comments