Socket
Book a DemoInstallSign in
Socket

atomico-editor

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

atomico-editor

a repo to start with atomico

unpublished
latest
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

Atomico Starter Skit

Hi, thanks for starting with Atomico js web components in this starter-kit you will find what you need to start with Atomico and if you have questions about Atomico I will gladly solve them through an Issue, Discord or Twitter.

twitter discord documentation

Now what you have installed is a quick start kit based on Vite, now to continue you must execute the following commands:

  • npm install
  • npm start : Initialize the development server
  • npm build : Optional, Generate a build of your project from the html file index.html.

Workspace

src
  |- my-component
  |  |- my-component.{js,jsx,ts,tsx}
  |  |- my-component.test.js
  |  |- README.md
  |- components.js # import all components

The npm run create:component command, will create a webcomponent with the recommended structure.

Scripts

npm run create:component

Create a new webcomponent inside src, according to the recommended structure.

npm run start

initialize Vite server

npm run build

package the app using de Vite

npm run create:component

Create a base component

FAQs

Package last updated on 26 Apr 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