Getting started with Javascript-based mobile web CMS-introduction, javascriptcms
I looked for the mobile framework on the project and found it from the beginning. As a result, I found an example to build a mobile platform CMS-modemcms, which facilitates in-depth understanding of the project. At the same time, I can maintain a CMS system on my own.
Build a framework
I tried AngularJS and EmberJS and found that for AngluarJS and EmberJS, the main problem is that it is not easy to introduce things that I am familiar. And considering that Google has never supported its own projects very well ~~, So I gave up AngluarJS's idea.
So I began to look for some solutions, but finally I chose a more general solution.
Compared with AngularJS, Backbone is a lightweight solution. Flexibility is a good thing for you, that is, you can add many things at will.
About Backbone
Backbone. js is a JavaScript framework and RESTful JSON application interface. It is also a set of programming models that conform to the MVC Architecture in general. Backbone. js is lightweight and runs on a Javascript library.
The specific function should be
The front-end UI uses Pure CSS, a lightweight CSS framework. However, in the end, the overall usage is equivalent. But it can have a better mobile experience.
Other replaceable frameworks
Project
The front-end and back-end separation design provides only JSON data for the front-end, so in a sense, it may only be suitable for browsing, and this should be used with the background framework. In general, it is suitable for reading websites.
Source code
The code is still on Github, and the basic functions are ready for Works.
Https://github.com/gmszone/moqi.mobi
Progress and purpose
Final Goal: To build a mobile platform CMS system.
Currently: for such a project, the following two frameworks are prioritized,
Now: data can be read from the background.
Others
Some good materials include:
- Organizing your application using Modules
- Converting an existing Backbone. js project to Require. js
Related Resources
QQ group: 344271543
Source code Github: https://github.com/gmszone/moqi.mobi
In Web applications, what are the main functions of JavaScript?
Javascript is a Web-based client script technology.
The core idea of this technology is to increase the interaction between users and browsers and enhance the user experience when using web applications.
To put it bluntly, with javascript, many interactive operations can be performed on webpages. For example, if you enter a text box, you will be prompted for incorrect numbers or frequent webpage couplets. All are written in javascript.
Suggestions for beginner javascript textbooks
JavaScript authoritative guide
I grew up holding this book.
Later, I was glad that I was not harmed or delayed by domestic reference books.
It is true that you have seen too many painful lessons.
Hope to help you
This is one of the reasons why I am obsessed with Baidu
Please refer to my suggestions for beginners.
Reference: blog.everalan.com/102.html