@nxext/preact
v21.0.0
Published
Nx plugin for preact
Readme
@nxext/preact
Getting Started
Add this plugin to an Nx workspace:
yarn add --dev @nxext/preactor
npm install @nxext/preact --save-devGenerate your project:
nx g @nxext/preact:app my-appOr a library with:
nx g @nxext/preact:library my-lib#Use your project
- Run
nx build my-appto build the app - Run
nx test my-appto test the app - Run
nx e2e my-appto run the e2e tests
#Documentation
The full docs are found here
