Skip to content

Commit bbafcd3

Browse files
committed
leptos framework experiment
0 parents  commit bbafcd3

17 files changed

Lines changed: 2854 additions & 0 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
/dist

.vscode/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"rust-analyzer.rustfmt.overrideCommand": [
3+
"leptosfmt",
4+
"--stdin",
5+
"--rustfmt"
6+
],
7+
"editor.formatOnSave": true,
8+
"[rust]": {
9+
"editor.defaultFormatter": "rust-lang.rust-analyzer",
10+
},
11+
"files.associations": {
12+
"*.rs": "rust"
13+
},
14+
}

0 commit comments

Comments
 (0)