Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about Meteor

Introduction to Meteor

May 09, 2021 23:00 0 Comment Meteor

Brief introduction, Brief introduction, What is Meteor?, Brief introduction, Let's start by activitying the brain., Suppose you sit in front of your computer and open the same folder in two windows., Delete

Meteor starts

May 09, 2021 23:00 0 Comment Meteor

Begin, Begin, Choose not to install Meteor, Create a simple app, Goodbye Meteorite, Add a code pack, About the code package, The file structure of the Meteor app, Does Meteor have an MVC architecture?, Don't need a public folder?, Underlined Nomenclale vs Hump Nomenclale, Get the CSS done, CoffeeScript instructions, Begin, First impressions are important, and installing Meteor doesn't make it difficult., In most cases, it can be done in less than five minutes., Fi

Meteor deployment

May 09, 2021 23:00 0 Comment Meteor

Deployment, Deployment, Introduction of appendixes, Deployed in Meteor, Deployed in Modulus, Meteor Up, The initialization of Meteor Up, Share via Dropbox, The configuration of Meteor Up, Set up and deploy, The log information is displayed, Deployment, Some people like to work undisturbed until the project is perfect enough to be released, while others can't wait to show you their project

Meteor template

May 09, 2021 23:00 0 Comment Meteor

Template, Template, Meteor template, Find the file, Learn more, Template Helper, Contoller controller?, About domain Helper, Magical JavaScript, Dynamic code overload, Template, To make it easier to get into Meteor's development, we'll build the project in an outward-looking way., In other words, we'll first build an

Meteor uses Git and GitHub

May 09, 2021 23:00 0 Comment Meteor

Use Git and GitHub, Use Git and GitHub, Code submission, Browse the submitted code, Access local submissions, Historical Perspective, Accountability game, Use Git and GitHub, GitHub is, a social code storage space for open source projects based on, Git as a, version control system. I, ts primary function

The Meteor collection

May 09, 2021 23:00 0 Comment Meteor

Collection, Collection, Do you want Var or not?, Store data, Client and server, Console, Console and Console, A collection on the server side, Meteor.com mongo on the page, The client collection, Introducing MiniMongo, Client-server communication, Stay in real time, Extract data from the database, Dynamic data, Find and extract, Check for DOM changes, Connection collection: Publish and subscribe, Summarize, Collection, In the first chapter we mentioned the core feature of Meteor, which is automatic data synchronization between the server side and the clie

Meteor publishes and subscribes

May 09, 2021 23:00 0 Comment Meteor

Publish and subscribe, Publish and subscribe, Past days, Meteor's way, Release, Ddp, Subscription, Find, Auto-publish, Publish all collections, Publish part of the collection, Behind the scenes, Publish some fields, Summarize, Publish and subscribe, Publishing and subscription are one of Meteor's most basic and important concepts, but it's also a bit difficult if you're new

Meteor route

May 09, 2021 23:00 0 Comment Meteor

Routing, Routing, Add an Iron Router package, The vocabulary of the router, Route: Map the URL to the template, The name of the routing rule, Wait for the data, Get A Load Of This, First contact responsiveness, Route to a specific post, More about data sources, Use dynamic routing Helper, HTML5 pushState, The post could not be found, Routing, Now that we've created a post list page (which was ultimately submitted by the user), we'll also need to add a separate post page to provide

Meteor session

May 09, 2021 23:00 0 Comment Meteor

Session, Session, Meteor's Session, Modify session, Code for the Appendix (Sidebar)., the same change, Autorun, Dynamic code overloading technology, Session, Meteor is a responsive framework., This means that as the data changes, the app doesn't need to do anything explicitly., In fact, we've seen

Meteor adds users

May 09, 2021 23:00 0 Comment Meteor

Add a user, Add a user, Accounts: Make it easy for users, Create our first user, Release the mystery!, Add a user, So far, we've created and displayed some static data in a more reasonable way and connected it to a simple data prototype., Although our i

Meteor responsive

May 10, 2021 00:00 0 Comment Meteor

Responsive, Responsive, When should we use observe()?, Declared method, Meteor's Dependency Tracking: Computations, Build a Computations, Responsive, If collections are the core functionality of, Meteor,, responsiveness can make this core more powerful., Collections fundamentally change

Meteor delay compensation

May 10, 2021 00:00 0 Comment Meteor

Delay compensation, Delay compensation, Delay compensation, Observe delay compensation, The client collection has built-in methods, The built-in methods call each other, Delay compensation, In the last chapter, we introduced a new concept for Meteor: the built-in, approach., Meteor's built-in approach is a structured w

Meteor edits the post

May 10, 2021 00:00 0 Comment Meteor

Edit the post, Edit the post, Post editing templates, Add a link, Set permissions, Limit editing, Callbacks for built-in methods vs client data operations, Edit the post, In the last chapter, we learned to create posts, and here's how to edit and delete them., The code for the page is very simple, so let'

Meteor allows and rejects

May 10, 2021 00:00 0 Comment Meteor

Allow and deny, Allow and deny, Multiple callback functions, Delay compensation, Service-side permissions, Allow and deny, Meteor's security system does not require us to manually check the data in our respective functions each time we modify it., For examp

Meteor error

May 10, 2021 00:00 0 Comment Meteor

Error, Error, Describes the local collection, The error is displayed, Twin template, Two types of errors, The error was created, Clean up the error, Animation vs Animation, Seek validation, Server-side authentication, Edit validation, Error, Using only the, alert(), conversation window to warn users that their submission is wrong is a little unsatisfactory and clearly not a good use