border1px / borderUI

Mobile UI Components built on Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

borderUI

Mobile UI Components built on Vue


Pictures are loading...

Getting Started

borderUI Development

borderUI base on vue-cli@3 to build a development and production versions.

Install all dependencies, in repo's root:

$ npm install

Development Builds

The following npm scripts are available to create development builds:

Production builds

To build production versions the following npm scripts are available:

  • build - build production versions

Compiled results will be available in dist/ folder.

Document Development

To run Document with development environment use the following npm scripts(based on vuepress):

  • docs:dev - build development versions and run local server.

To Run Document with production builds (already compiled /docs/dist/ will be used), use the following npm scripts:

  • docs:build - build Kitchen Sinks with production versions

Source Code

Whole source code is located under /src/ folder.

  • /src - Source Code Root Directory
  • /src/components - Source code for each component
  • /src/style - Component Style Files and iconfont
  • /src/views - One-to-one correspondence with the component folder to demonstrate the use of individual components
  • /docs - Docume files

Contributing

Before you open an issue please review the contributing guideline.

All changes should be commited to src/ files only!.

borderUI uses Stylus compilations, and ES modules JS files.

The project uses .editorconfig and ESLint to define and lint the coding style of each file. We recommend that you install the Editor Config and ESLint extension for your preferred IDE.

Docs

Documentation available at https://border1px.github.io/border-ui/docs/FAQ/introduction.html

Demos

Demo available at https://border1px.github.io/border-ui/demo/

About

Mobile UI Components built on Vue


Languages

Language:Vue 69.6%Language:HTML 29.2%Language:Stylus 1.0%Language:PHP 0.2%