dancespiele / yew_styles

Yew Styles is a style framework for yew
https://yewstyles.spielrs.tech/
Apache License 2.0
156 stars 13 forks source link

Document how to use it without nodejs #86

Closed vaijira closed 3 years ago

vaijira commented 3 years ago

I don't know if i'm doing correctly but i'm not using nodejs and i'm simply adding in the html page.

dancespiele commented 3 years ago

@vaijira If you don't use with parceljs for now you need to download manually the css file and include the path in your html file. In the future I will add a build for it

tv42 commented 3 years ago

Seeing "npm install" in a project that described itself as "without JavaScript dependencies" was weird.

dancespiele commented 3 years ago

It is for building and running the project, the same you can run it with Truck which I think it is everything based in rust then you don't need to use any javascript, but css need to download manually in that case. The project itself doesn't have any javascript dependency

dancespiele commented 3 years ago

@vaijira @tv42 I created this template to use Yew Styles in apps without javascript involve, with this I close this issue