jrm
v1.0.1
Published
活动模块开发版
Downloads
20,895
Readme
title: 模板 文档 date: 2017-6-3 14:10 author: weizihua
目录结构
|
|—— .babelrc
|—— .gitignore
|—— main.js
|—— index.html #网页入口
|—— package.json
|—— webpack.config.js
|—— README.md
CSS--BEM
BEM的意思就是块(block)、元素(element)、修饰符(modifier)
npm
npm whoami # npm当前使用的用户
npm publish
npm publish --tag 0.1.0