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 :: restart linux 
Shell :: github merge branch to master 
Shell :: ssh key location windows 
Shell :: linux xargs 
Shell :: kibana installation 
Shell :: check ip in terminal 
Shell :: set new git remote url 
Shell :: Please press DEL Or F2 to enter UEFI BIOS Settings stuck asus 
Shell :: mysql password inline cli 
Shell :: grep regular expression repeat same character 
Shell :: error: Cannot resolve module 
Shell :: git undo changes single file 
Shell :: nginx server missing webmin 
Shell :: batch file code to remove windows activate watermark 
Shell :: cat to line number 
Shell :: gitexplorer 
Shell :: how to get last folder from path 
Shell :: cht sht .vim (config opts) 
Shell :: ex: push a new local repository to github. 
Shell :: vim sensible linux 
Shell :: cairo dock/glx dock install on ubuntu 22. 
Shell :: sed replace specific character position 
Shell :: upload large file to remote server in linux 
Shell :: requirements github 
Shell :: vscode regex for url 
Shell :: what is -e flag for in bash sed? 
Shell :: how to install pm2 in obunto without npm 
Shell :: set the environment path variable for ffmpeg by running the following command: 
Shell :: intellij in ununtu 
Shell :: preview of file windows 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =