码迷,mamicode.com
首页 > 其他好文 > 详细

es6 and typescript

时间:2019-05-11 09:17:19      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:res   env   nod   rip   bundle   添加   $path   racket   node   

compile工具

ES6

const config = { entry: "./src/main.js", output: { filename: "bundle.js", path: path.resolve(__dirname, dist) }, module: { rules: [ { test: /\.js$/, exclude: /node_modules/, loader: "babel-loader", options: [ presets: ["env"] ] } ] } }

typescript

 

promise怎么写

继承怎么写

 

其他异同

运行命令

vi /etc/profile

在文件的最后添加上:
export PATH="/你要的目录:$PATH"

保存和退出

最重要的是下面这步,运行命令

source /etc/profile
没报错则成功

es6 and typescript

标签:res   env   nod   rip   bundle   添加   $path   racket   node   

原文地址:https://www.cnblogs.com/connie313/p/10847686.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!