上一页 1 ··· 7 8 9 10 11
摘要: nodejs安装—npm安装—(其他基于这俩项的另写) windows环境 1)nodejs安装 ①下载对应系统版本的Node.js:https://nodejs.org/en/download/ eg: ② 运行程序开始安装,一路next最终install即可 2)npm安装(新版Node.js已 阅读全文
posted @ 2017-06-22 16:47 蓿苜 阅读(1854) 评论(0) 推荐(0) 编辑
摘要: <style lang="stylus" rel="stylesheet/stylus"> @import './common/stylus/mixin.styl' </style> 在如上代码块中写stylus代码即可 @import '引入.styl文件地址' //@import导入 另注:we 阅读全文
posted @ 2017-06-22 16:18 蓿苜 阅读(399) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11