-
Notifications
You must be signed in to change notification settings - Fork 124
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
Major/move to typescript vuecli #150
base: master
Are you sure you want to change the base?
Major/move to typescript vuecli #150
Conversation
export as vue library in prod use bulma package
@AlexMordred would you care to take a look at this PR :) |
@seriouslag in #132 (comment), Alex says:
So, I think we must follow some checklist, like so:
|
Would you care to add more? Are you experiencing any issues when you pull the branch and install deps? I am not seeing any issues on my end. |
Just tested it and it works |
This PR is the start of migrating to typescript, exporting type definitions, moving to use vue cli as the bundler for the library, using vue cli as the dev server.
Note dist files will need to be created by a CI pipeline since I removed them from the repo