npx 包含了很多网络内容,这样不是很方便记忆和查找
创建 next 模板
npx create-next-app nextjs-blog —use-npm —example “https://github.com/vercel/next-learn-starter/tree/master/learn-starter“
npx create-next-app@latest —typescript my-next-app
创建 vite 应用
npm create vite@latest my-vue-app —template vue
React 文档工具(fb出品)
npx create-docusaurus@latest my-website classic —typescript