@yangxiaolang/create-alauda-fe-plugin
v0.0.2
Published
This library was generated with [Nx](https://nx.dev).
Downloads
139
Readme
create-alauda-fe-plugin
This library was generated with Nx.
create-alauda-fe-plugin
is designed to quickly start a basic Alauda Front-End Application.
Generators
Preset
Usage
npx create-nx-workspace@latest ${workspace_name} --preset=@yangxiaolang/create-alauda-fe-plugin@latest
Support for configuring whether some dependencies are installed or not: | name | type | default | description | | ------------ | ------- | ------- | --------------------------------------- | | useMonaco | boolean | false | Enable Monaco Editor In Alauda's common | | useXterm | boolean | false | Enable Xterm In Alauda's common | | useChart | boolean | false | Enable Alauda Chart In Alauda's common | | useCron | boolean | false | Enable Cron In Alauda's common | | useSafeDom | boolean | false | Enable Dompurify In Alauda's common | | usePluralize | boolean | false | Enable Pluralize In Alauda's common | | useMD5 | boolean | false | Enable TS-MD5 In Alauda's common |
Building
Run nx build create-alauda-fe-plugin
to build the library.
Publish
Run nx nx-release-publish create-alauda-fe-plugin
to publish the library.
Running unit tests
Run nx test create-alauda-fe-plugin
to execute the unit tests via Jest.