You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
315 B

4 years ago
  1. # threejs
  2. ##环境配置
  3. ### 软件环境
  4. * node v10.22.0
  5. * npm 6.14.6
  6. ###安装node依赖
  7. ```shell
  8. npm install yargs gulp gulp-if gulp-concat webpack webpack-stream vinyl-named gulp-livereload gulp-plumber gulp-rename gulp-uglify gulp-util express cookie-parser morgan serve-favicon mockjs ejs --save-dev
  9. ```