Appearance
bash npm init vue@latest
npm init vue@latest
默认不会安装依赖,按照以下步骤安装依赖:
cd your_filefolder
npm install
如何运行?
npm run dev
vite的优点: