Source code of trivernis.net written in yew
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
trivernis 460b80d8e7
Add styles and stuff
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
src Add styles and stuff 2 years ago
.gitignore Add styles and stuff 2 years ago
Cargo.lock Add styles and stuff 2 years ago
Cargo.toml Add styles and stuff 2 years ago
LICENSE.md Add styles and stuff 2 years ago
README.md Add styles and stuff 2 years ago
Trunk.toml Add styles and stuff 2 years ago
index.html Add styles and stuff 2 years ago

README.md

Yew Styles Trunk Template

Template to start an app using Yew Styles framework with Trunk as a builder.

How it works

  1. Install Trunk
  2. Clone this template
  3. Execute inside of the template: trunk serve

Directoies and files

  • src/assets : images, icons and other assets are here
  • src/styles : here are the Yew Styles css files and main.sass. Note: Only use main.sass or create new one in order to write your own styles
  • src/pages : each component page represent a route
  • src/app.rs : it is where the router is set and the common elements are added for the whole application
  • src/main.rs : here call the yew instance in order to run the app

Do you like Yew Styles?

If you like Yew Styles Trunk Template, help me supporting the project:

License

Yew Styles Trunk Template is MIT licensed. See license