E:\vue3学习>npm init vite@latest vite-blog -- --template vue
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Scaffolding project in E:\vue3学习\vite-blog...
Done. Now run:
cd vite-blog
npm install
npm run dev
npm notice
npm notice New minor version of npm available! 9.5.0 -> 9.6.4
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.6.4
npm notice Run npm install -g [email protected] to update!
npm notice
E:\vue3学习>cd vite-blog
E:\vue3学习\vite-blog>npm install
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
added 32 packages, and audited 33 packages in 45s
5 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
E:\vue3学习\vite-blog>
创建完成后可以将vite-blog拖拽至vs code进行编辑。
标签:npm,notice,创建,笔记,blog,vue3,packages,vite From: https://www.cnblogs.com/ratooner/p/17294029.html