simpleWeb 前端简单站点开发运行环境 使用步骤 - npm install //安装依赖 - npm run dev //运行开发环境 打开 http://localhost:8080 - npm run build //编译代码 打开 http://localhost:8080/dist/ 看编译后效果