v0.1.0-alpha.89
SolidStart, the Solid app framework
Repository
Current version released
2 years ago
Versions
- v1.0.10Latest
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.1
- v1.0.0
- v1.0.0-rc.1
- v1.0.0-rc.1
- v1.0.0-rc.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.1
- v0.1.0-alpha.99
- v0.1.0-alpha.99
- v0.1.0-alpha.98
- v0.1.0-alpha.97
- v0.1.0-alpha.96
- v0.1.0-alpha.95
- v0.1.0-alpha.94
- v0.1.0-alpha.93
- v0.1.0-alpha.92
- v0.1.0-alpha.91
- v0.1.0-alpha.90
- v0.1.0-alpha.89
Solid Start
This is the SolidStart framework and CLI.
The quickest way to get started:
mkdir my-app
cd my-app
npm init solid@next
npm install
npm run dev
Plugin Options:
WIP this will change
{
preferStreaming: true, // use Streaming SSR on platforms that support it
hot: true, // HMR in dev
adapter: adaptor(), // import adapter and initialize
prerenderRoutes: [] // routes that should be pre-rendered in static adapter
}