You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
importVuefrom'nativescript-vue'importStorefrom'@/store'// Main componentimportMainfrom'@/components/Main'// Prints Vue logs when --env.production is *NOT* set while buildingVue.config.silent=(TNS_ENV==='production')constvm=newVue({render: h=>h('frame',[h(Main)]),store: Store}).$start()
Version
N/A
Reproduction link
https://nativescript-vue.org/en/docs/getting-started/quick-start/
Platform and OS info
All platforms
Steps to reproduce
vue init nativescript-vue/vue-cli-template testapp
Select "Yes" in the "Install vuex? (state management)" question.
What is expected?
Install and use vuex
What is actually happening?
The app is exactly the same as if we answer no to the vuex question.
The text was updated successfully, but these errors were encountered: