16.5.0-next.0 • Published 2 years ago
nxext-sveltekit-16 v16.5.0-next.0
@nxext/sveltekit
This library is experimental, be aware...
Right now there are the app and component generators.
Getting Started
Add this plugin to an existing NX workspace:
yarn add --dev @nxext/sveltekitor
npm install @nxext/sveltekit --save-devGenerate a new application:
nx g @nxext/sveltekit:app my-appRun your project
Note: you may see an error in your command line when you run any of the following commands with older versions of this extension:
config.kit.target is no longer required, and should be removed. If you see this error, remove thekitobject from yoursvelte.config.jsfile at the root of your app.
- Run
nx serve my-appto run the app locally (open http://localhost:3000 in your browser) - Run
nx test my-appto test the app - Run
nx build my-appto create a build of your app.
Documentation
The full docs can be found here.
16.5.0-next.0
2 years ago