/saolong-fe

Primary LanguageTypeScriptApache License 2.0Apache-2.0

构建 Start

npm install       // 安装依赖模块
npm start         // 运行开发环境,启动完成后访问 http://localhost:8888
npm run build         // 正式打包,生成最终代码
npm run dist          // 运行正式打包后的最终代码,启动完成后访问 http://localhost:8889
npm run distmac       // MacOS下运行正式打包后的最终代码, 启动完成后访问 http://localhost:8889