@nxext/solid
v21.0.0
Published
Nx plugin for solid
Readme
@nxext/solid
Getting Started
Add this plugin to an Nx workspace:
yarn add --dev @nxext/solidor
npm install @nxext/solid --save-devGenerate your project:
nx g @nxext/solid:app my-appOr a library with:
nx g @nxext/solid: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
