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
This command will install and execute [create-vue](https://github.com/vuejs/create-vue), the official Vue project scaffolding tool. You will be presented with prompts for a number of optional features such as TypeScript and testing support:
63
61
64
-
```
65
-
✔ Project name: … <your-project-name>
66
-
✔ Add TypeScript? … No / Yes
67
-
✔ Add JSX Support? … No / Yes
68
-
✔ Add Vue Router for Single Page Application development? … No / Yes
<spanstyle="color:var(--vt-c-green);">✔</span> <spanstyle="color:#ddd;">Add Vue Router for Single Page Application development? <spanstyle="color:#888;">… <spanstyle="color:#89DDFF;text-decoration:underline">No</span> / Yes</span></span>
66
+
<spanstyle="color:var(--vt-c-green);">✔</span> <spanstyle="color:#ddd;">Add Vuex for state management? <spanstyle="color:#888;">… <spanstyle="color:#89DDFF;text-decoration:underline">No</span> / Yes</span></span>
67
+
<spanstyle="color:var(--vt-c-green);">✔</span> <spanstyle="color:#ddd;">Add Cypress for testing? <spanstyle="color:#888;">… <spanstyle="color:#89DDFF;text-decoration:underline">No</span> / Yes</span></span>
68
+
<span></span>
69
+
<spanstyle="color:#ddd;">Scaffolding project in ./<spanstyle="color:#89DDFF;"><</span><spanstyle="color:#888;">your-project-name</span><spanstyle="color:#89DDFF;">></span>...</span>
If you are unsure about an option, simply choose `No` by hitting enter for now. Once the project is created, follow the instructions to install dependencies and start the dev server:
0 commit comments