Vue-CLI创建项目

版本

Vue CLI v4.4.6

安装

npm install -g @vue/cli

创建项目

vue create my-project

配置

? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, Router, Vuex, CSS Pre-processors, Linter
? Use history mode for router? (Requires proper server setup for index fallback in production) No
? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): Less
? Pick a linter / formatter config: Prettier
? Pick additional lint features: Lint on save
? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated config files

运行

cd my-project
npm run serve

posted @ 2021-01-11 16:28  平小宅  阅读(76)  评论(0编辑  收藏  举报