8000 GitHub - kinsliy/malinajs: Frontend compiler, inspired by Svelte
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kinsliy/malinajs

 
 

Repository files navigation

Malina.js

Malina.js builds your web-application to use it without framework on frontend side. Therefore your web-app becomes thinner and faster, and the application itself consist of vanilla JavaScript, look at examples. TodoMVC example 2.7kb (gzipped) and source code

Try Malina.js online

Differences from Svelte.js

Run dev environment:

npx degit malinajs/template myapp
cd myapp
npm install
npm run dev
# open http://localhost:7000/

Run dev environment via docker:

docker run --rm -it --user ${UID} -p 7000:7000 -p 35729:35729 -v `pwd`:/app/src lega911/malina
# open http://localhost:7000/

Build compiler

npm install
npm run build

License

MIT

About

Frontend compiler, inspired by Svelte

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • HTML 3.4%
0