0.5.3 • Published 3 years ago

@atomico/cli v0.5.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@atomico/cli

dev-server to create applications, sites or prototypes using only JS, HTML and CSS, No transpilation.

Example:

<script src="./my-app.js"></script>

The files to export are associated using the relative path wildcard whether it is ./, ../ or /, the use of extensions is mandatory for the build

import { c } from "atomico";
import html from "atomico/html";

function component() {
  return html`<host>web app</host>`;
}

The files are manipulated on demand of the HTML, the transformations are limited to only solve the imports.

Dev mode

npx atomico dev src

Build mode

# step 1
npm install @atomico/build
# step 2
npx atomico build src/*.html public

The export is selective using expressions or the file directly.

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

0.0.2

3 years ago

0.0.0

3 years ago