-
Notifications
You must be signed in to change notification settings - Fork 0
Base setup #3
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
base: main
Are you sure you want to change the base?
Base setup #3
Conversation
yannde
commented
Mar 22, 2022
- Vue 3
- Vite
- Vuetify
- MSW
- Storybook
- Vue 3 - Vite - Vuetify - MSW - Storybook
src/App.vue
Outdated
| </v-app> | ||
| </template> | ||
|
|
||
| <script lang="ts"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yannde
Is setup script still unstable?
I thought setup script would be good because the code would be concise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jinmayamashita
Yes, we can test using the setup script instead. I suggest making a setup branch once the base is merged into main.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jinmayamashita
I've converted to script setup
The only thing that's not done yet is accessing i18n inside the script
Configure Renovate
Pin dependencies
…file Remove unnecessary package-lock.json
Guide: storybook 7 update and bug fixes