Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upDefualt sample vuex #1646
Closed
Defualt sample vuex #1646
Comments
This comment has been minimized.
This comment has been minimized.
What do you mean by "simple var"? Why are the existing examples not enough for you? |
This comment has been minimized.
This comment has been minimized.
a variable from data that i can save on state, example : "title" it could
be to change on and save on state:
[image: image.png]
[image: image.png]
*Jesús** Manuel Gilbert Castro*
Senior Software Developer.
…On Mon, 18 Nov 2019 at 03:53, katashin ***@***.***> wrote:
What do you mean by "simple var"? Why are the existing examples not enough
for you?
https://github.com/vuejs/vuex/tree/dev/examples
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1646?email_source=notifications&email_token=ABAGOQLLPMPLFAJIGZEH6NDQUJCYBA5CNFSM4JOODFL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJQU4I#issuecomment-554895985>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAGOQI5G6S6WHAPMMRVX4DQUJCYBANCNFSM4JOODFLQ>
.
|
This comment has been minimized.
This comment has been minimized.
I'm afraid still not get you. An example code what you would want to describe would be helpful. |
This comment has been minimized.
This comment has been minimized.
I just want to be able when I create an application on vue-cli and chooses
vuex it can have a basic configuration with at least one variable that can
change the value and save on state, because vue-cli just add store folder
and index.js inside
*Jesús** Manuel Gilbert Castro*
Senior Software Developer.
…On Tue, 19 Nov 2019 at 00:29, katashin ***@***.***> wrote:
I'm afraid still not get you. An example code what you would want to
describe would be helpful.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1646?email_source=notifications&email_token=ABAGOQP5QRIINTTDU4DWHALQUNTSTA5CNFSM4JOODFL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEM2CUI#issuecomment-555327825>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAGOQJPGFCJYHTHTPLCE7DQUNTSTANCNFSM4JOODFLQ>
.
|
This comment has been minimized.
This comment has been minimized.
Ok, you are talking about boilerplate code generated by Vue CLI. In that case you should open an issue on Vue CLI repo rather than this repo as it is Vue CLI template. |
This comment has been minimized.
This comment has been minimized.
thanks!
*Jesús** Manuel Gilbert Castro*
Senior Software Developer.
…On Tue, 19 Nov 2019 at 10:25, katashin ***@***.***> wrote:
Closed #1646 <#1646>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1646?email_source=notifications&email_token=ABAGOQJT2P3EJCVFYGSC53TQUPZPPA5CNFSM4JOODFL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU6K4RCI#event-2811611273>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAGOQK6MNLJPZU7SKIKQ3LQUPZPPANCNFSM4JOODFLQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
Vue-cli create some file and directory for vuejs but new vue developer don't now how to config a simple var. So I want to make a defualt sample for vuex on vue-cli options
What does the proposed API look like?
I will to add a new step to ask "sample config vuex?" And this will edit index.js on store to add a simple var to state and then edit HelloComponent to render that var