This library was generated with Nx.
create-alauda-fe-plugin
is designed to quickly start a basic Alauda Front-End Application.
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 |
Run nx build create-alauda-fe-plugin
to build the library.
Run nx nx-release-publish create-alauda-fe-plugin
to publish the library.
Run nx test create-alauda-fe-plugin
to execute the unit tests via Jest.