1.1.2 • Published 5 years ago
ef-starter-template v1.1.2
Welcome
This is a starter template for ef.js projects, bundling using Rollup.
Usage
- Download this project
- Unzip
- Change fields you want in
package.json - Change options you would like to customize in
configfolder - Start coding!
For CodeSandbox users, just start editing by forking this template.
Presets
Code style
- Tabs
- Single quotes
- No semicolons
Change in .editorconfig
Transpiler
CSS pre-processer
Linter
Commands
Start a dev server
npm startBuild dist
npm run buildLint the project
npm run lintClear build files
npm run clearLicense
MIT