vanilla-mvc

Minimal MVC framework on pure ES6

Usage no npm install needed!

<script type="module">
  import vanillaMvc from 'https://cdn.skypack.dev/vanilla-mvc';
</script>

README

vanilla-mvc

Mininal MVC framework on pure ES6 and example of to-do list.

How to run

  • run npm install
  • run npm start
  • open http://localhost:3000

Other commands

Run lint

npm run lint

Build production files

npm run build

After that you can copy the "dist" folder to the production server.