Permalink
Switch branches/tags
{{ refName }}
default
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Jul 18, 2022
-
-
fix: wait on localhost:4173 instead of 127.0.0.1
As Vite 3 has changed the default host to `localhost`
-
-
chore!: bump minimum Node.js version requirement
To be inline with Vite 3
-
Commits on Jul 15, 2022
Commits on Jul 12, 2022
-
-
feat: import
main.css
in Cypress Component Testing pageso that the components mounted in the playground looks the same as when they are actually used in the app.
-
refactor: move global styles to
main.css
; use only scoped styles in…… `App.vue` - `base.css` contains CSS resets and variables - `main.css` is the global styles of the app, to be imported by `main.js` - `App.vue` only contains the styles for the root `App` component
-
refactor: all code templates share the same
src/assets
folderSo it's extracted, to reduce duplication
-
-
-
-
Commits on Jul 11, 2022
Commits on Jun 21, 2022
-
-
-
feat: update some major dependences, too.
The only notable breaking changes seems to be in vue-tsc 0.37 regarding Vue 2 support: https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#0370-202266
-