Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-vue-next

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vue-next

The Next Generation Vue Scaffolding Tool ✨

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Create Vue Next ⚡

The Next Generation Vue Scaffolding Tool powered by Vite 🛠️

Usage

npx

npx create-vue-next@latest

# OR

npx create-vue-next <project-name> --ts --eslint --tailwind --use-pnpm

yarn

yarn create vue-next

# OR

yarn create vue-next <project-name> --ts --eslint --tailwind --use-pnpm

pnpm

pnpm create vue-next@latest

# OR

pnpm create vue-next@latest <project-name> --ts --eslint --tailwind --use-pnpm

Options

You can also pass command line arguments to set up a new project non-interactively. Run create-vue-next --help to see the available command line arguments:

Usage: create-vue-next <project-name> [options]

Options:
  -V, --version   output the version number
  --ts, --typescript

    Initialize as a TypeScript project.

  --tailwind

    Initialize with Tailwind CSS config.

  --eslint

    Initialize with ESLint config.

  --use-npm

    Explicitly tell the CLI to bootstrap the app using npm

  --use-pnpm

    Explicitly tell the CLI to bootstrap the app using pnpm

  --use-yarn

    Explicitly tell the CLI to bootstrap the app using Yarn

  --use-bun

    Explicitly tell the CLI to bootstrap the app using Bun

How to contribute?

Contributions are welcome and encouraged! If you have any ideas or suggestions for new features, or if you encounter any bugs or issues, please open an issue or submit a pull request on the GitHub repository.

Developers interested in contributing should read the Code of Conduct and the Contributing Guide.

Happy hacking ⚡

Keywords

FAQs

Package last updated on 22 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc