0.1.4 • Published 9 months ago

create-vue-vine v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

create-vue-vine

The official CLI for creating your Vue Vine projects.

Compatibility Note: Vue Vine dev-server which is vite is requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With NPM:

$ npm create vue-vine@latest

With Yarn:

$ yarn create vue-vine

With PNPM:

$ pnpm create vue-vine

With Bun:

$ bun create vue-vine

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vue Vine vue-router app, run:

# npm 7+, extra double-dash is needed:
npm create vue-vine@latest my-vue-vine-app -- --router

# yarn
yarn create vue-vine my-vue-vine-app --router

# pnpm
pnpm create vue-vine my-vue-vine-app --router

# Bun
bun create vue-vine my-vue-vine-app --router
0.1.4

9 months ago

0.1.0

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.3

10 months ago

0.0.5

11 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

2 years ago

0.0.0

2 years ago