Giter Club home page Giter Club logo

chuxin_weixin's Introduction

chuxin_wx

chuxin_wx

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

配置说明

  • config/index.js dev.proxyTable 配置本地开发时所需的接口前缀代理
  • config/index.js dev.port 本地开发监听端口 9200
  • 首页地址http://localhost:9200

代码规范

  • 项目已引用 vux组件库,可参考vux demo使用, 样式基于weui
  • src/vuex/store.js为状态仓库,参见vuex & doc & jackblog-vue
  • 公有样式写在src/assets/scss下,使用scss语法;
  • 可重用组件写在src/components目录下;
  • 插件写在src/plugins目录下,参考device;
  • 项目需引用第三方api时(如WeChat、qiniu),需在src/services写成service供其他地方调用;
  • 所有页面写在src/views下,以demo.vue为参考(复制demo.vue并修改即可),注意按模块创建文件夹。
  • src/App.vue
  • src/index.html
  • src/main.js
  • src/routers.js
  • src/config.js

chuxin_weixin's People

Contributors

welson avatar

Watchers

James Cloos avatar flybird avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.