5
1
Fork
You've already forked core
0

adds Vue and vite #8

Merged
Esthetech merged 13 commits from feature/vue-bootstrap into main 2024年05月21日 09:08:55 +02:00

This adds Vue/Vite to start up a node server for testing vue components in the core package.
Related to #7

This adds Vue/Vite to start up a node server for testing vue components in the core package. Related to https://codeberg.org/eotl/core/issues/7
Esthetech changed title from (削除) adds Vue and vite (削除ここまで) to WIP: adds Vue and vite 2024年04月25日 11:48:19 +02:00
Author
Member
Copy link

This now creates multiple paths to export the packages.

// From the README
A JavaScript package that can be installed in your application.

  • Vue Components

import { ... } from '@eotl/core/components'

  • Vue Mixins

    import { ... } from '@eotl/core/mixins'

  • Vue i18n translation strings

    import { ... } from '@eotl/core/locales'

  • Generic utils

    import { ... } from '@eotl/core/enums'

Ready to be merged

With publishing don't for get to run a build first

This now creates multiple paths to export the packages. // From the README A JavaScript package that can be installed in your application. - Vue Components import { ... } from '@eotl/core/components' - Vue Mixins import { ... } from '@eotl/core/mixins' - Vue i18n translation strings import { ... } from '@eotl/core/locales' - Generic utils import { ... } from '@eotl/core/enums' Ready to be merged With publishing don't for get to run a build first
Esthetech changed title from (削除) WIP: adds Vue and vite (削除ここまで) to adds Vue and vite 2024年05月15日 18:25:29 +02:00
Esthetech deleted branch feature/vue-bootstrap 2024年05月21日 09:17:04 +02:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eotl/core!8
Reference in a new issue
eotl/core
No description provided.
Delete branch "feature/vue-bootstrap"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?