]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat!: replace vuex with pinia
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 29 Nov 2021 08:55:10 +0000 (16:55 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 29 Nov 2021 08:55:10 +0000 (16:55 +0800)
commita88f354cd4f5572cf951c0a2833142c5e23190c8
treeb6ef0fe7b83a7c204ef7c99bc8846ea7cd9694d1
parent09a37695ff820ba2b067fcd2b26c5d1a47a60dc3
feat!: replace vuex with pinia

It's our latest default recommendations for Vue.js state management.

Ref:
* <https://twitter.com/VueDose/status/1463169464451706897>
* <https://www.reddit.com/r/vuejs/comments/r1vluc/new_default_recommendations/hm3wgbj/>
index.js
snapshot.js
template/config/pinia/package.json [new file with mode: 0644]
template/config/pinia/src/stores/counter.js [new file with mode: 0644]
template/entry/pinia/src/main.js [moved from template/entry/vuex/src/main.js with 64% similarity]
template/entry/router-and-pinia/src/main.js [moved from template/entry/vuex-and-router/src/main.js with 72% similarity]