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

@webxdc/create-vite-plugins

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webxdc/create-vite-plugins

Webxdc project scaffolding

  • 1.5.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Webxdc Vite Template

npm package CI code style: prettier

Vite project template scaffolding for Webxdc development.

Scaffolding Your First Vite Project

With NPM:

$ npm create @webxdc/vite-plugins@latest

With PNPM:

$ pnpm create @webxdc/vite-plugins

With Yarn:

$ yarn create @webxdc/vite-plugins

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 Webxdc + TypeScript project, run:

# npm 7+, extra double-dash is needed:
npm create @webxdc/vite-plugins@latest my-app -- --template vanilla-ts

# pnpm
pnpm create @webxdc/vite-plugins my-app --template vanilla-ts

# yarn
yarn create @webxdc/vite-plugins my-app --template vanilla-ts

Currently supported template presets include:

  • vanilla
  • vanilla-ts

You can use . for the project name to scaffold in the current directory.

Credits

This project is based on create-vite.

FAQs

Package last updated on 23 Dec 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