Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to create a new project using vite

# npm 6.x
npm create vite@latest my-vue-app --template vue

# npm 7+, extra double-dash is needed:
npm create vite@latest my-vue-app -- --template vue

# yarn
yarn create vite my-vue-app --template vue

# pnpm
pnpm create vite my-vue-app -- --template vue
Comment

vite new project

pnpm create vite
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu 20.04 vmware tools 
Shell :: kill all process ubuntu 
Shell :: delete folder from github repository 
Shell :: get ram of ubuntu 
Shell :: how discharge changes e recover last commit git 
Shell :: Start Xampp Mysql In Ubantu 
Shell :: raspberry pi stop an rc.local process 
Shell :: brownie delete account 
Shell :: msiexec wait for completion powershell 
Shell :: set git origin 
Shell :: undo last commit but keep changes 
Shell :: docker clean logs 
Shell :: E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) 
Shell :: how to get out of git bash editor 
Shell :: doc to pdf linux 
Shell :: bun sh install 
Shell :: exec user process caused: exec format error 
Shell :: get public ipv6 linux 
Shell :: how to make a beep in cmd 
Shell :: operator mono github 
Shell :: Unable to init server: Could not connect: Connection refused 
Shell :: how to stop tomcat from cmd 
Shell :: github drupalcomposer project 
Shell :: how to kill vscode linux 
Shell :: pytorch anaconda install windows 
Shell :: ifconfig not foound 
Shell :: git command line see logö 
Shell :: bash check if variable is number 
Shell :: git delete multiple branch local 
Shell :: update linux command 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =