# web-ide **Repository Path**: iks/web-ide ## Basic Information - **Project Name**: web-ide - **Description**: 希望通过浏览器来开发 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Build Setup ``` bash # install dependencies npm install # serve with at localhost:8080 npm run prod # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` ``` bash # 可能在npm install 时总是报phantomjs-prebuilt@2.1.14安装失败,最后可以尝试通过以下命令安装成功: npm install phantomjs-prebuilt@2.1.14 --ignore-scripts git push production master ```