0.0.0 • Published 5 years ago
@uppercod/data-ui v0.0.0
Welcome
Steps
# 1
npm install
# 2
npm start
# Enjoy!Directory
/src
/components # Directory for webcomponents
/atomico-counter # Example of component with Atomico
atomico-counter.js
atomico-counter.css
atomico-counter.md # component documentation
index.html # Html file to serve on the serverfiles exported from html are stored processed in
/docs(Friendly with github pages 😎), you can change this effect by modifying thescriptsofpackage.json.
Scripts
npm start
Initialize a developing server for the files that are exported from the html files in the src/**/*.{md,html} directory.
npm run build
Create the export bundle from the html files.
npm run build:npm
Package for distribution in NPM all the components of the src/components directory, these are exported as separate files.
remember to distribute in npm you must modify the package.json.
npm run create:component
Create a webcomponent with the structure recommended by Atomico
npm run create:hook
Create a hook with the structure recommended by Atomico
0.0.0
5 years ago