Skip to content

Roadmap DRAFT #169

@cpreston321

Description

@cpreston321

Roadmap DRAFT

Note

This is still a work in-progress, some items may change.

Short Term Goal

  • CI
    • Promote NPM releases using automation (Nightly releases)
    • Improve overall CI scripts (parallel automation) e.g build:vite, build:nuxt and etc... (could be improved from the current implementation)
  • Improve
    • SSR / Nuxt Support
    • Better tree-shaking
    • Documentation by using something like Nuxt UI Pro for simple integration
  • Replace v-motion with <Motion /> component
    •   <script setup>
         	const motionRef = ref()
        </script>
        <template>
        	<Motion
        	   :ref="motionRef"
        	   :enter="{ ... }"
        	   :leave="{ ... }"
        	>
                <div />
        	</Motion>
        </template>
  • Fix all typescript 5 errors marked within the code @ts-expect-error - Typescript 5 fix later
  • !! Work on outstanding bugs currently

Long Term Goal

  • Re-structure repo for less deps required by overall package
  • Working towards a more stable v2 --> v3
  • Ask for additional hands to help support maintaining @vueuse/motion

If you have additional items you would like to see please feel free to give your ideas 💡 below.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions