0.1.4 • Published 11 months 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-app
Developing
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
src/lib
is librarysrc/routes
to preview app
Building
To build your library:
npm run package
npm run build
You 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 public
Packing
Test the components prior to publishing.
npm run build
npm pack
mv mijoco-stxeco_components-0.0.xx.tgz ../stxeco-launcher
in stxeco-launcher;
npm install ./mijoco-stxeco_components-0.0.xx.tgz
0.1.4
11 months ago
0.1.3
11 months ago
0.1.2
12 months ago
0.1.1
12 months ago
0.1.0
12 months 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