- Server-side fuctions in the
_
folder - Compile client side code to and serve from memory in dev mode
- Compile server side code from the
app
folder - Conditional compilation with
//#if
,//#else
, and//#endif
comments - Generate
server.js
- Init command to create a new project
- Load modules for sub pages
- Auto-save the server rendering result
- PostCSS and Tailwind CSS support
- Live reload for development server
- Bundle scripts with code splitting
- API endpoints routing
- Static website rendering
- Dynamic module loading
- File-based routing
- Build command to compile
pages
to thepublic
folder for production - Serve command to run the server with SSR