Socket
Socket
Sign inDemoInstall

@jtsang/create-vite-pages

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jtsang/create-vite-pages

Create a [vite-pages](https://github.com/vitejs/vite-plugin-react-pages) project.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

create-vite-pages

Create a vite-pages project.

npm init vite-pages [new-directory-name] -- --template [app|lib|lib-monorepo]

For example:

npm init vite-pages app-demo -- --template app
npm init vite-pages library-demo -- --template lib
npm init vite-pages library-monorepo-demo -- --template lib-monorepo

If you are using npm 6.x, the extra double-dash before --template should be deleted. For example, npm init vite-pages app-demo --template app.

After project is initialized, you should read the README.md of it.

Keywords

FAQs

Package last updated on 27 May 2022

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