Skip to content

simple template using Fable.Elmish.React, Feliz on Vite, pnpm

Notifications You must be signed in to change notification settings

uxiun/elmish-vite-template

Repository files navigation

Caution

pnpm run dev might not work

In my case, fable compile triggered by every change after pnpm run dev (alias for fable watch --run vite) never complete for some reason. Therefore I run both pnpm run start (alias for vite), pnpm run watch(alias for fable watch) on different terminal...

pnpm run fix

pnpm run build generates dist/. Despite setting "homepage": "." in package.json, dist/index.html's <script src="/assets/hoge.js"> path still starts with /. pnpm run fix (alias for sed command) removes that / to avoid NotFound error, make the builds correctly works.

About

simple template using Fable.Elmish.React, Feliz on Vite, pnpm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published