Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create vue app locally

npm init vue@latest 
# This command will install and execute 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
# Note using @vue/cli is considered out of date
Source by vuejs.org #
 
PREVIOUS NEXT
Tagged: #create #vue #app #locally
ADD COMMENT
Topic
Name
3+2 =