-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
鲁群超
committed
Jul 6, 2020
1 parent
7b8dee1
commit 9a24f9b
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
|
||
## 引入使用 | ||
请参考dev文件夹下的代码示例 | ||
请参考项目中dev文件夹下的代码示例 | ||
|
||
## 代码编译 | ||
- eslint校验 | ||
- babel语法转化 | ||
- image转化为base64,应图片压缩后使用(或使用网络地址) | ||
- css与js分离 | ||
|
||
## 脚手架编译技术 | ||
该脚手架编译模式为esm模式,如果需要其他模式需在build/rollup.config.js内进行添加 | ||
> 作者在build/rollup-config.js中使用的rollup相关配置且都有注释说明,具体功能说明请自行查询 |