Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mijoco/stx_components

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mijoco/stx_components

Components shared across stx.eco applications.

  • 0.1.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@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 library
  • src/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

FAQs

Package last updated on 19 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc