Skip to content

qtzxly/Hybrid-H5-demo

 
 

Repository files navigation

Hybrid-H5

Vue SPA DsBridge Hybrid 😄

Features

  • Thorough documentation: Written with the same care as Vue's core docs to quickly train new team members and consolidate knowledge.
  • Guaranteed consistency: Opinionated linting for Vue, JavaScript/JSON, SCSS, and Markdown, integrated into Visual Studio Code and run against staged files on pre-commit.
  • First-class tests: Practice test-driven development with both unit and end-to-end tests. Unit tests with Jest live as first-class citizens alongside your source files, while Cypress provides reliable end-to-end tests in an intuitive GUI for development.
  • Speedy development: Between configurable generators, handy aliases, and global base components, your productivity will skyrocket.

Getting started

# 1. install dependencies.
cnpm install

# 2. serve with hot reload
yarn dev

# 3.build for production with minification
npm run build

# 4. deploying
bash ./deploy.sh

Documentation

This project includes a docs folder with more details on:

  1. Setup and development
  2. Architecture
  3. Languages and technologies
  4. Routing, layouts, and views
  5. State management
  6. Tests and mocking the API
  7. Linting and formatting
  8. Editor integration
  9. Building and deploying to production
  10. Troubleshooting
  11. Dirctory

About

a vue.js、DsBridge Hybrid App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • Vue 16.0%
  • CSS 12.9%
  • Other 4.2%
  • Other 0.9%