# 🎨 cupshe-snippets
✨ 项目简介
🔨 构建步骤
⚙️ 项目结构
|-- .git
|-- CHANGELOG.md
|-- README.md
|-- export-readme.js
|-- package.json
|-- snippets
|---- snippets.code-snippets
|-- vsc-extension-quickstart.md
🖥 代码示例
{
"cupshe test": {
"prefix": "test",
"body": [
"<ul v-for=(item, key in $1)'>",
" <li>{{item}}</li>",
"</ul>",
"$2"
],
"description": "cupshe test"
},
"cupshe button": {
"prefix": "button",
"body": [
"<button data-cupshe='test-010101' onClick=\"(a, b, c) => {123}\"",
">",
"</button>",
"$2"
],
"description": "cupshe button"
}
}
❤️ 友情提醒
🔗 相关文档及线上地址
🤝 项目成员、版权及注意事项
协作成员
袁晶、杨建军
版权许可 cupshe内部使用
🌈 注意事项
| |