Giter Club home page Giter Club logo

monorepo-vue's Introduction

依赖

全局依赖

安装到根目录的文件,需要的话使用-w(--workspace-root)

pnpm i typescript -w

安装公共开发依赖 pnpm i typescript -w -D

局部依赖

进入项目目录 packages/h5-client pnpm i axios

filter 过滤允许您将命令限制于包的特定子集

pnpm add express --filter @monorepo/http

查看某个包的所有依赖
pnpm why -r @monorepo/components
PS D:\1lsj\temp\monorepo-vue> pnpm why -r @monorepo/components
Legend: production dependency, optional only, dev only

h5-client@0.0.0 D:\1lsj\temp\monorepo-vue\packages\h5-client

dependencies:
@monorepo/components link:../../components

git

git 提交规范

feat - 新功能 feature
fix - 修复 bug
docs - 文档注释
style - 代码格式(不影响代码运行的变动)
refactor - 重构、优化(既不增加新功能,也不是修复bug)
perf - 性能优化
test - 增加测试
chore - 构建过程或辅助工具的变动
revert - 回退
build - 打包

monorepo-vue's People

Watchers

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