0.0.16 • Published 2 years ago

dev3cli v0.0.16

Weekly downloads
10
License
MIT
Repository
github
Last release
2 years ago

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

When using vite/vue3, execute the command: dev3cli init ProjectName vite

When using vite/react, execute the width command: dev3cli init ProjectName vite react

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.x

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/

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago