luofei614.github.io | 这是一个没有后端代码的动态网站 采用AngularJsAVOS Cloud实现。只有前端代码
kandi X-RAY | luofei614.github.io Summary
kandi X-RAY | luofei614.github.io Summary
luofei614.github.io is a JavaScript library. luofei614.github.io has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
这是一个没有后端代码的动态网站, 采用AngularJs+AVOS Cloud实现。只有前端代码,没有后端代码。前端页面托管在Github Page上。 大家可以用它来搭建一个免费的不用备案的博客,也把它当作学习AngularJs的同学当例子看。 演示网站:###运行原理. ####1,GitHub Page的使用 GitHub page 是GitHub的免费静态文件托管服务, 它会为你分配一个二级域名,如 luofei614.github.io 。 你可以绑定自己的一级域名, 因为我已经绑定一级域名, 所以访问 luofei614.github.io会跳到到我的一级域名。 Github Page 使用十分简单,可参考官方教程:, 就是在github上建立一个名为:yourname.github.com 的项目, 然后把本博客系统的代码提交到刚建立的项目中, 第一次提交后大概等待10分钟左右, 然后可访问 yourname.github.com 。 以后提交代码就几乎会实时生效,只是第一次提交等待时间会长一些。. ####2,博客设置 在script/app.js 文件中 有一些设置需要你修改。. ####3,使用AVOS Cloud 请大家先到AVOS Cloud 上注册一个用户,并创建一个应用。. 这是因为我们还没有创建文章的数据对象, 在网站的底部点击“管理员登陆”,然后输入之前你创建的用户名和密码,进行登陆。 登陆再在网站底部点击“发布文章”, 发布你的第一篇文章, 文章发布后同时会在AVOS创建一个名为article的数据对象。 为了安全,我们同样要设置这个数据对象的权限和_User数据对象的权限设置一样,add_fields,create,delete,update的操作权限只能为刚才创建的用户。get和find的权限为public。. ####4,绑定一级域名。 你可以再绑定自己的一级域名, 在CNAME文件中输入你的一级域名。 只能输入一个域名,如输入 yourdomin.com , 然后 我们将域名yourdomain.com CNAME到yourname.github.io , 你还可以做 www.yourdomain.com 的CNAME, www.yourdomain.com 访问时会跳转到 yourdomin.com。.
这是一个没有后端代码的动态网站, 采用AngularJs+AVOS Cloud实现。只有前端代码,没有后端代码。前端页面托管在Github Page上。 大家可以用它来搭建一个免费的不用备案的博客,也把它当作学习AngularJs的同学当例子看。 演示网站:###运行原理. ####1,GitHub Page的使用 GitHub page 是GitHub的免费静态文件托管服务, 它会为你分配一个二级域名,如 luofei614.github.io 。 你可以绑定自己的一级域名, 因为我已经绑定一级域名, 所以访问 luofei614.github.io会跳到到我的一级域名。 Github Page 使用十分简单,可参考官方教程:, 就是在github上建立一个名为:yourname.github.com 的项目, 然后把本博客系统的代码提交到刚建立的项目中, 第一次提交后大概等待10分钟左右, 然后可访问 yourname.github.com 。 以后提交代码就几乎会实时生效,只是第一次提交等待时间会长一些。. ####2,博客设置 在script/app.js 文件中 有一些设置需要你修改。. ####3,使用AVOS Cloud 请大家先到AVOS Cloud 上注册一个用户,并创建一个应用。. 这是因为我们还没有创建文章的数据对象, 在网站的底部点击“管理员登陆”,然后输入之前你创建的用户名和密码,进行登陆。 登陆再在网站底部点击“发布文章”, 发布你的第一篇文章, 文章发布后同时会在AVOS创建一个名为article的数据对象。 为了安全,我们同样要设置这个数据对象的权限和_User数据对象的权限设置一样,add_fields,create,delete,update的操作权限只能为刚才创建的用户。get和find的权限为public。. ####4,绑定一级域名。 你可以再绑定自己的一级域名, 在CNAME文件中输入你的一级域名。 只能输入一个域名,如输入 yourdomin.com , 然后 我们将域名yourdomain.com CNAME到yourname.github.io , 你还可以做 www.yourdomain.com 的CNAME, www.yourdomain.com 访问时会跳转到 yourdomin.com。.
Support
Quality
Security
License
Reuse
Support
luofei614.github.io has a low active ecosystem.
It has 34 star(s) with 10 fork(s). There are 7 watchers for this library.
It had no major release in the last 6 months.
luofei614.github.io has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of luofei614.github.io is current.
Quality
luofei614.github.io has 0 bugs and 0 code smells.
Security
luofei614.github.io has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
luofei614.github.io code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
luofei614.github.io does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
luofei614.github.io releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
luofei614.github.io saves you 3808 person hours of effort in developing the same functionality from scratch.
It has 8119 lines of code, 0 functions and 138 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of luofei614.github.io
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of luofei614.github.io
luofei614.github.io Key Features
No Key Features are available at this moment for luofei614.github.io.
luofei614.github.io Examples and Code Snippets
No Code Snippets are available at this moment for luofei614.github.io.
Community Discussions
No Community Discussions are available at this moment for luofei614.github.io.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install luofei614.github.io
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page