Vue

Prerequisites Webpack 将 js 代码打包到一个文件中 安装:npm install webpack -g 使用:webpack <input> <output> vue cli(deprecated) Vue CLI the official webpack-based toolchain for Vue. It is now in maintenance mode and we recommend starting new projects with Vite unless you rely on specific webpack-only features. 安装:npm install -g @vue/cli 创建项目:vue create my-project # serve vue-cli-service serve --host 0.0.0.0 --port 8080 # build vue-cli-service build # lint vue-cli-service lint vite Vue.js - Tooling ...

January 1, 2000