Skip to content

เราเพิ่งเริ่มต้น Vue ให้ Create Vue จาก Vite แต่ถ้าเข้าใจ Vue มากขึ้นแล้ว Create Vue จาก Nuxt ได้

Vite

shell
npm create vite@lastest
shell
pnpm create vite
shell
yarn create vite
shell
bun create vite

Nuxt

shell
npx nuxi@latest init <project-name>
shell
pnpm dlx nuxi@latest init <project-name>
shell
yarn dlx nuxi@latest init <project-name>
shell
bun x nuxi@latest init <project-name>

Released under the MIT License