在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:chenbin92/koa2-webpack-boilerplate开源软件地址:https://github.com/chenbin92/koa2-webpack-boilerplate开源编程语言:JavaScript 82.5%开源软件介绍:koa2 webpack boilerplateA simple koa2 boilerplate based on webpack3 FeaturesThis is a koa2 starter boilerplate app I've put together using the following technologies: ✓ koa v2 ✓ ES2015+ ✓ Babel ✓ SCSS ✓ Eslint UsageStep 1. Make sure that you have Node.js v6 or newer and npm installed on your development machine.
Step 2. Clone this repository $ git clone [email protected]:chenbin92/koa2-webpack-boilerplate.git MyApp
$ cd MyApp
$ npm install # Install project dependencies listed in package.json If you just want to start a new project without the $ git clone --depth=1 [email protected]:chenbin92/koa2-webpack-boilerplate.git MyApp The depth=1 tells git to only pull down one commit worth of historical data. Step 3. Compile and launch your app by running: $ npm run start:dev # Compiles the app and opens it in a browser with "hot reload" Now the app should be running at http://0.0.0.0:3000/ BuildA
Scripts
Wiki |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论