Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Frontend #16

Open
13 of 22 tasks
Tracked by #54
KAIYOHUGO opened this issue Jan 6, 2024 · 1 comment
Open
13 of 22 tasks
Tracked by #54

Basic Frontend #16

KAIYOHUGO opened this issue Jan 6, 2024 · 1 comment
Assignees
Milestone

Comments

@KAIYOHUGO
Copy link
Contributor

KAIYOHUGO commented Jan 6, 2024

TODO

@KAIYOHUGO KAIYOHUGO self-assigned this Jan 6, 2024
@KAIYOHUGO
Copy link
Contributor Author

KAIYOHUGO commented Jan 6, 2024

Some Note, you can add this in workspace .vscode/settings.json to improve devexp. need in workspace root because ra don't read the .vscode config file in member folder this is fix now

{
    "rust-analyzer.cargo.features": "all",
    "rust-analyzer.rustfmt.overrideCommand": [
        "leptosfmt",
        "--stdin",
        "--rustfmt"
    ],
    "emmet.includeLanguages": {
        "rust": "html"
    },
    "rust-analyzer.procMacro.ignored": {
        "leptos_macro": [
            "component",
            "server"
        ],
    }
}

@KAIYOHUGO KAIYOHUGO linked a pull request Feb 1, 2024 that will close this issue
@KAIYOHUGO KAIYOHUGO reopened this Feb 1, 2024
@KAIYOHUGO KAIYOHUGO removed a link to a pull request Feb 1, 2024
@KAIYOHUGO KAIYOHUGO mentioned this issue Aug 5, 2024
2 tasks
@KAIYOHUGO KAIYOHUGO added this to the 0.1.0 milestone Aug 24, 2024
@Eason0729 Eason0729 pinned this issue Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant