Skip to content

simplees/learn-Js-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-vuejs

我学习vuejs的过程、思考、与Demo记录

先把官网教程看一遍,跟着做些简单的demo

地址:http://cn.vuejs.org/guide/index.html

学习ue-resource 进行ajax操作

学习vue-router 实现单页面的前端

  • vuejs CDN
http://cdnjs.cloudflare.com/ajax/libs/vue/1.0.8/vue.min.js

http://cdn.jsdelivr.net/vue/1.0.8/vue.min.js
  • boot4 模板

http://wiki.jikexueyuan.com/project/bootstrap4/getting-started/introduction/

<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Required meta tags always come first -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="x-ua-compatible" content="ie=edge">

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css">
  </head>
  <body>
    <h1>Hello, world!</h1>

    <!-- jQuery first, then Bootstrap JS. -->
    <script src="http://ajax.useso.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
    <script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
  </body>
</html>

About

学习vuejs的记录与Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published