0.1.4 • Published 1 year ago
@mijoco/stx_components v0.1.4
@mijoco/stx_components
Components shared across stx.eco applications.
Read more about creating a library in the docs.
Creating a project
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest my-appDeveloping
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --opensrc/libis librarysrc/routesto preview app
Building
To build your library:
npm run packagenpm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
Publishing
To publish your library to npm:
npm publish --access publicPacking
Test the components prior to publishing.
npm run build
npm pack
mv mijoco-stxeco_components-0.0.xx.tgz ../stxeco-launcherin stxeco-launcher;
npm install ./mijoco-stxeco_components-0.0.xx.tgz0.1.4
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago
0.0.16
1 year ago
0.0.15
1 year ago
0.0.14
1 year ago
0.0.13
1 year ago
0.0.12
1 year ago
0.0.11
1 year ago
0.0.10
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago