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

dev3cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev3cli

Quickly build command line interface for Web development environment.

  • 0.0.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by33.33%
Maintainers
1
Weekly downloads
 
Created
Source

dev3cli

自己用的Web前端工程初始化工具,支持vite vue3.x/react(eslint/prettier/typescript), webpack es6/vue2.x/react/typescript(eslint)。

Quickly build command line interface for Web front end development environment.

Build by webpack, vue/react/typescript and babel/eslint/sass/scss

And vite, vue3 dev3cli init ProjectName vite

And vite, react dev3cli init ProjectName vite react

Downloads Version License

Install

# npm
npm install -g dev3cli
# or
npm i -g dev3cli

# yarn
yarn global add dev3cli

Create a New Project

dev3cli init project-name

use vite-vue3

dev3cli init project-name vite

use vite-react

dev3cli init project-name vite react

use React(webpack)

dev3cli init project-name react
# use typescript
dev3cli init project-name react ts

use Vue2.x(webpack)

dev3cli init project-name vue
# use typescript
dev3cli init project-name vue ts

use typescript only(webpack)

dev3cli init project-name typescript
# or
dev3cli init project-name ts

Run the project

# cd project-name
npm run dev

The project will run at http://0.0.0.0:4000/ or http://localhost/:4000/

Keywords

FAQs

Package last updated on 25 Jul 2021

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