All Projects → liangtongzhuo → tkzd

liangtongzhuo / tkzd

Licence: other
Meteor Project example ✨

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to tkzd

meteor-elastic-apm
Meteor Elastic APM integration
Stars: ✭ 56 (+273.33%)
Mutual labels:  meteor
setup-meteor
Set up your GitHub Actions workflow with a specific version of Meteor.js
Stars: ✭ 17 (+13.33%)
Mutual labels:  meteor
meteorman
A DDP client with GUI (The Postman for Meteor)
Stars: ✭ 51 (+240%)
Mutual labels:  meteor
qlicker
Open Source Clicker
Stars: ✭ 23 (+53.33%)
Mutual labels:  meteor
fTboilerplate-SemanticUI
boilerplate meteor react react router V4 semantic ui
Stars: ✭ 13 (-13.33%)
Mutual labels:  meteor
meteor-cluster
worker pool for meteor using node js native `cluster` module
Stars: ✭ 18 (+20%)
Mutual labels:  meteor
Acgn Stock
PTT ACGN股票交易市場
Stars: ✭ 252 (+1580%)
Mutual labels:  meteor
raspberry-noaa
Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
Stars: ✭ 155 (+933.33%)
Mutual labels:  meteor
Meteor-Template-helpers
Template helpers for Session, logical operations and debug
Stars: ✭ 35 (+133.33%)
Mutual labels:  meteor
react-meteor
Meteor Reactivity for your React application, inspired by react-native-meteor.
Stars: ✭ 16 (+6.67%)
Mutual labels:  meteor
blaze-integration
Vue integration with Meteor's Blaze rendering engine.
Stars: ✭ 24 (+60%)
Mutual labels:  meteor
meteor-reactive-aggregate
Reactively publish aggregations with Meteor.
Stars: ✭ 100 (+566.67%)
Mutual labels:  meteor
meteor-autoform-bs-datepicker
Custom "bootstrap-datepicker" input type for AutoForm
Stars: ✭ 25 (+66.67%)
Mutual labels:  meteor
awesome-reactioncommerce
⚡️ A collection of awesome things regarding Reaction Commerce. Feel free to contribute!
Stars: ✭ 18 (+20%)
Mutual labels:  meteor
react-tutorial
React Tutorial is the best place to learn how to use React and Meteor together
Stars: ✭ 33 (+120%)
Mutual labels:  meteor
Timbr V1
A web service that turns an arbitrary web page into structural JSON data and easy-to-use APIs with just a few clicks
Stars: ✭ 50 (+233.33%)
Mutual labels:  meteor
meteoro
Pomodoro App on Meteor
Stars: ✭ 31 (+106.67%)
Mutual labels:  meteor
nativescript-ng2-drawer-seed
Nativescript template project with drawer support
Stars: ✭ 17 (+13.33%)
Mutual labels:  meteor
chatbot-bootstrap
A bootstrap application for building a web based chatbot
Stars: ✭ 23 (+53.33%)
Mutual labels:  meteor
constellation
Extensible dev console for Meteor
Stars: ✭ 62 (+313.33%)
Mutual labels:  meteor

项目使用 Meteor 1.5 ,写的一个记账的小 Demo,目的是为了让新手入门 Meteor 的一个小项目,包含一些基本使用功能, 中文文档在👇

The project uses meteor 1.5 to write a small demo for accounting. The purpose is to let novices get started with a small project of meteor, including some basic functions.

Main contents

Module

  • template

  • Life cycle

  • Nesting

  • Rendering

  • Events

  • Routing

  • Account system

  • Landing

  • Log out

  • Registration

  • Database addition, deletion, modification and query

  • Front end interaction

  • API call

  • Data validation

  • Data permission

Installation and operation

OSX / Linux Installation

curl https://install.meteor.com/ | sh

Run, on the way, if you lack plug-ins, the terminal will prompt statements, according to do well

meteor run

File directory

-. meteor contains the meteor framework

-Client front end

  • View

  • js

  • CSS

  • HTML

  • Model model

  • node_ modules

  • Public pictures

  • Router routing

  • Server server API

Details

Local in the file. Meter will generate a cache file, which occupies the hard disk and can be deleted.

Links

GitHub address: https://github.com/liangtongzhuo/tkzd

Conclusion

The company uses meteor to write this project to speed up the familiarity with the company's project. If you have any questions, you can issue

主要内容

模块

  • template
    • 生命周期
    • 嵌套
    • 渲染
    • 事件
  • 路由
  • 账号系统
    • 登陆
    • 登出
    • 注册
  • 数据库增删改查
  • 前后端交互
    • API 调用
    • 数据验证
    • 数据权限

安装与运行

OSX / LINUX 安装

curl https://install.meteor.com/ | sh

运行,途中如果你缺少插件,终端会提示语句,按照做就好

meteor run 

文件目录

  • .meteor 里面是 Meteor 框架的东西
  • client 前端
    • View
      • js
      • CSS
      • HTML
  • model 模型
  • node_modules
  • public 放图片
  • router 路由
  • server 服务器 API

细节问题

文件 .meteor 里的 local 会生成缓存文件,占硬盘,可以删除。

链接

GitHub 地址:https://github.com/liangtongzhuo/tkzd

结束语

本身公司用 Meteor 所以写了这个项目来加速熟悉公司项目,如有疑问可以 issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].