Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Template project for modern vanilla ES modules apps with sane linting settings.

License

Notifications You must be signed in to change notification settings

dag0310/es-modules-app-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES Modules App Skeleton

Template project for modern vanilla ES modules apps with sane linting settings.

Demo

Demo page - can be found under demo/index.html

Installation

npm install --save app

Usage

Here is a basic HTML setup which should cover most needs:

<script type="module">
import App from './app.js';

const app = new App({
  id: 'app',
  onChange: (result) => { console.log(result); },
});
</script>

About

Template project for modern vanilla ES modules apps with sane linting settings.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published