Code Monkey home page Code Monkey logo

cashierdesk's Introduction

简单收银台 - 微信小程序

介绍

此app为简单的收银系统,给航班上不会算账的小姑娘记账使用

框架

app基于wepy 框架开发

开发风格接近于 Vue.js,支持组件 Props 传值,自定义事件、组件分布式复用Mixin、计算属性函数computed、模板内容分发slot等等

ps: 本人更期待 mpVue , 一个基本完全属于vue风格的小程序框架

安装方式

  1. git clone https://github.com/locxiang/cashierdesk

  2. 进入目录, 执行 npm install --registry https://registry.npm.taobao.org

  3. 编译: npm run dev

  4. 打开微信开发工具 选中目录 cashierdesk/dist

  5. 关闭 微信开发工具 的4个功能 : es6转es5, 上传代码时样式补全, 代码自动压缩, 不校验域名

1. 不要用循环渲染组件,不要用循环渲染组件,不要用循环渲染组件,不要用循环渲染组件

因为循环渲染数据之间会相互干扰

2. project.config.json文件,中appid修改成自己的

3. {{ }} 中只能放入 data 和 computed ,不支持 methods 也不支持函数, vue的朋友注意了

4. input是单向数据绑定 没有v-model这样的产物, 可以参考我写的input

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.