@enki-tek/fms-web-components
v0.1.13
Published
Here we creat the design (svelte) library for our [`enkitek FMS system`](https://fms.enkitek.farm/shopfloor)
Downloads
1,097
Readme
component library for Enkitek FMS
Here we creat the design (svelte) library for our enkitek FMS system
Click here
to view the storybook pages
Click here
to view npm page
Creating a project
Below command are used for this library
# Create the svelte bundle and load this svelte library as webpage
npm run dev
# Build the library for push to NPM
npm run build
# To exicute svelte-check
npm run check
# To load story book in 6006 port
npm run storybook
# To build story book
npm run build-storybook
# To run vitest ( unittesting )
npm run test
#to check code coverage using vitest
npm run coverage
#lo toad vitest ui
npm run vitestui