Skip to content

ClassicOldSong/ef-webcomponent-demo

Repository files navigation

Welcome

This is a starter template for ef.js projects, bundling using Rollup.

Usage

  1. Download this project
  2. Unzip
  3. Change fields you want in package.json
  4. Change options you would like to customize in config folder
  5. Start coding!

For CodeSandbox users, just start editing by forking this template.

Presets

Code style

  • Tabs
  • Single quotes
  • No semicolons

Change in .editorconfig

Transpiler

Bublé

CSS pre-processer

PostCSS

Linter

ESLint

Commands

Start a dev server

npm start

Build dist

npm run build

Lint the project

npm run lint

Clear build files

npm run clear

License

MIT