# Foresight ## 介绍 Foresight 官网 ### 安装依赖 安装运行所需要的依赖包 ``` npm i ``` ### 运行 ``` npm run dev ``` ### 打包 ``` npm run build ```