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

App Tour/On-boarding Component #7

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tcampbPPU
Copy link
Member

In this PR I also did some clean up...

  • Added eslint and prettier along with some IDE/VSCode configurations.
  • Reorganized src/ folder to have more structured layout for future development of component and composables
  • Updated Readme
  • Cleaned up development playground environment

So most of the files changes where due to some minor linting stuff and of file movement, the main files you can checkout to view this feature are the following:

  • src
    • components
      • src/components/AppTour.vue
      • src/components/AppTourStep.vue
    • composables
      • src/composables/useAppTour.ts
    • types
      • src/types/tour.d.ts
    • index.ts
    • typings.ts
  • playground
    • playground/src/components/tour.vue

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

Successfully merging this pull request may close these issues.

1 participant