0.0.4 • Published 5 years ago

newh-ui v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

newh-ui

vue UI & Plugin

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

目录说明

├── src                                   // 源码目录
│   └── packages                          // 组件目录
│       └── /***/                         // ***组件
│           └── ***.vue                   // 组件代码
│           └── index.js                  // 挂载组件
│           └── README.md                 // 组件help
│   └── index.js                          // 插件入口
│   └── App.vue                           // 页面入口
│   └── main.js                           // 程序入口
│
├── index.html                            // 入口html页面
├── .babelrc                              // ES6语法编译配置
├── .editorconfig                         // 统一代码格式
├── .gitignore                            // git上传需要忽略的文件格式
├── project.json                          // 项目基本信息
├── README.md                             // 项目help
└── webpack.config.js                     // 项目开发构建相关代码
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago