0.1.0 • Published 6 years ago

jasx v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

##JASX - Web page/code builder/bundler.

  • EJS, SCSS/LESS support is out-of-the-box.
  • Own system of reusing components.
  • Analogue of CSS modules.
  • Write your css right into style tags, they will be relocated automatically.
  • Add type="text/(less or scss)" to your style tags to enable automatic preprocessing.
  • BrowserSync as the development live server.

The target of this project is making pure valid html-css-js lightweight pages and/or compact code for embedding the result anywhere without having problems with overriding of css rules and scripts. And also you can write your own components and reuse them in other projects. Yes, like React/Vue, but on the "server side" and without pulling any additional libraries into production code. Perfect for making lightweight landing pages and embedded widgets. Any help is appreciated, especially with the language :) Please, contact me at Telegram @agent_gosdepa

Usage:

npm install -g jasx
jasx create testproject
cd testproject
jasx start

Building:

jasx build
0.1.0

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago