Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 877 Bytes

README.md

File metadata and controls

71 lines (44 loc) · 877 Bytes

{{capital name space=true}}

This is a starter template for {{name}}, bundling using Rollup.

Usage

Use create-ef-app

pnpm create ef-app <project name> -- --template rollup

Manually

  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!

Preset

Code style

  • Tabs
  • Single quotes
  • No semicolons

Modify to fit your own in .editorconfig

Transpiler

esbuild

CSS pre-processer

PostCSS

Linter

ESLint

Commands

Start a dev server

npm start

Build dist

npm run build

Lint the project

npm run lint

Clean build files

npm run clean

License

MIT