Create a reactive app from template with zero configuration!
Run npm install
- Development
npm start
- Build
npm run build
- Test build locally
npm run serve
- Clean
npm run clean
- Analyze bundle
npm start analyze
Eofol automatically generates bundles from your views on the path .../eofol-app/views/your-view/your-view.js
paired together with an html file in your public folder by the same filename: .../eofol-app/public/your-view.html
.
Jakub Eliáš wurducius@gmail.com