Skip to main content
book.fanfou.dev
View All
Search
Shelves
Books
Log in
Info
Content
nx.dev
Page Revisions
Revision #208 Changes
nx.dev
创建 monorepo 项目
npx create-nx-workspace@latest
这里创建一个空的项目,方便后期自行添加项目。
安装通用工具
@nrwl/linter
https://nx.dev/packages/linter
npm i --save-dev @nrwl/linter
Back to top