README.md
vue2-tools
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Customize configuration
命令
# 杀死所有node进程
pkill node
# 查看node进程列表
ps -ef|grep node