1 Star 1 Fork 1

wangcb / snel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Snel - EPG敏捷开发框架(Vue)

🚀 开发环境搭建

环 境 编码语言 编辑器
Node Typescript VsCode

💡 目录结构

.
|-- dist                         // 编译代码
|-- public                       // html及页面ico文件
|-- src                          // 源代码
    |-- assets                   // 静态资源
    |-- components               // 组件模块
    |-- scripts                  // 辅助脚本模块
    |-- services                 // 服务相关
    |-- typings                  // 类型声明
    |-- examples                 // 演示实例
|-- .cz.json                     // commitizen配置
|-- .editorconfig                // 编辑器配置
|-- .eslintignore                // eslint忽略配置
|-- .eslintrc.js                 // eslint配置
|-- .gitignore                   // git忽略配置
|-- .prettierrc                  // prettier配置
|-- .versionrc.js                // standard-version配置
|-- babel.config.js              // babel配置
|-- jsconfig.json                // javascript项目配置
|-- package.json                 // package.json
|-- README.md                    // README.md
`-- vue.config.js                // vue配置

🎉 项目初始化

  • 进入项目根目录执行 npm install (若安装了yarn可以使用 yarn

📦 编译打包

  • 开发 --> 在项目根目录执行 npm run dev (若安装了 yarn 可以使用 yarn dev
  • 打包 --> 在项目根目录执行 npm run build (若安装了 yarn 可以使用 yarn build
  • lint检测 --> 在项目根目录执行 npm run lint (若安装了 yarn 可以使用 yarn lint
  • 代码提交 --> 在项目根目录执行 npm run commit (若安装了 yarn 可以使用 yarn commit
  • 版本管理 --> 在项目根目录执行 npm run release (若安装了 yarn 可以使用 yarn release
MIT License Copyright (c) 2022 wangcb Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于Vue实现的敏捷EPG研发框架及整合组件,能够快速搭建开发EPG项目 展开 收起
JavaScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/wangcbgg/snel.git
git@gitee.com:wangcbgg/snel.git
wangcbgg
snel
snel
master

搜索帮助