16.5.0 • Published 10 months ago

nxext-svelte-165 v16.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@nxext/svelte

License nxext windows CI nxext macos CI

Getting Started

Add this plugin to an Nx workspace:

yarn add --dev @nxext/svelte

or

npm install @nxext/svelte --save-dev

Generate your project:

nx g @nxext/svelte:app my-app

Or a library with:

nx g @nxext/svelte:library my-lib

#Use your project

  • Run nx build my-app to build the app
  • Run nx test my-app to test the app
  • Run nx e2e my-app to run the e2e tests

#Documentation

The full docs are found here