Giter Club home page Giter Club logo

create's Introduction

@dxsixpc/create

NPM version NPM downloads

简介

前端项目脚手架

快速生成 react 项目

使用

全局安装

npm install -g @dxsixpc/create

全局安装完成后,可直接使用 create 命令

create

通过 npx 直接使用

npx @dxsixpc/create

命令参数

npx @dxsixpc/create --help

开发

脚手架开发

脚手架调试运行

方式一:
// 将本地项目链接到全局
npm link
// 全局可使用create命令执行
create
方式二:
// 直接使用node运行代码
node src/index.mjs

脚手架代码打包发布

// 打包
npm run build
// 发布
npm publish

文档开发

文档调试运行

npm run start
或
npm run dev

文档打包

npm run docs:build

文档发布

npm run docs:deploy

文档一键打包发布

npm run deploy

License

MIT © dxsixpc

create's People

Contributors

zpcscc avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.