16.5.0 • Published 2 years ago
nxext-svelte-16 v16.5.0
@nxext/svelte
Getting Started
Add this plugin to an Nx workspace:
yarn add --dev @nxext/svelteor
npm install @nxext/svelte --save-devGenerate your project:
nx g @nxext/svelte:app my-appOr a library with:
nx g @nxext/svelte: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
16.5.0
2 years ago