Pure Admin framework study notes --- 1 (know it)

Introduction: vue-pure-admin (opens new window) is an open source, free and out-of-the-box mid-backend management system template. Developed using   mainstream technology stacks such as Vue3, Vite, Element-Plus, TypeScript, Pinia, etc.Tailwindcss

Version: It is recommended to download the full version here, you will see a lot of functions, as for deleting the redundant menu, I will post it later

https://gitee.com/yiming_chang/vue-pure-admin.git

Installation dependencies: pnpm i

Run: pnpm dev

Packaging: pnpm build

Change: in  package.json (opens new window) filescripts 

But it cannot become npm run serve 

Guess you like

Origin blog.csdn.net/m0_72196169/article/details/130152873