Code Monkey home page Code Monkey logo

Comments (1)

endigo9740 avatar endigo9740 commented on June 8, 2024

@niktek @AdrianGonz97 currently I've accomplished the following on the linked PR:

  1. Removed the Vue package
  2. Update the dependencies for the React/Svelte packages
  3. Created an index.ts export for either package
  4. Implemented the Skeleton Tailwind plugin (via workspaces) per package
  5. Implemented basic routing for the Vite/React project using vite-remix-router
  6. Create a simple split column navigation for either local package project (see screenshot below)
  7. Linked the React package to the Astro doc site using PNPM workspaces
  8. Linked the Svelte package to the Astro doc site using PNPM workspaces (but disabled due to error; described below)

We should now be able to test components both within their respective local package projects, as well as within the Astro doc site.

Local Project UI + Routing

Here's what the local project route navigation UI looks like:

image

Svelte Issue (on deployment only)

Per the Svelte project - I've sadly had to disable this from the Astro project. The moment it's linked via workspace settings the deployment fails. My guess is it's not happy with the package.json settings -OR- something specifically about how the project is constructed.

In the Astro docs project you can quickly re-enable the Svelte package by doing the following:

  1. Within the package.json, add: "@skeletonlabs/skeleton-react": "workspace:^",
  2. Run pnpm i to ensure this is added
  3. Open /src/examples/resources/test/ExampleSvelte.svelte and re-enable the import + component
  4. This component is used in /src/content/resources/test.mdx
  5. Point your browser to /resources/test to preview

Again this will work when tested locally, but cause the deployment to fail with the following errors:

Screenshot 2024-02-14 at 2 50 14 PM

I'd welcome you guys giving this a once over to help troubleshoot.

from skeleton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.