Skip to content

wwlsky/seajs_vue2_src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用seajs构建vue


使用esajs3.0组织构建的vue2.0项目,结构如下:

├───modules
│   ├───seajs
│   │       sea.js
│   │       seajs-text.js
│   │       
│   └───vuejs
│           vue-resource.js
│           vue-router.js
│           vue.js           
├───static
│   ├───css
│   │       app.css
│   │       
│   ├───images
│   └───js
├───views
│       ├───components
│       │       footer.js
│       │       footer.tpl
│       │       header.js
│       │       header.tpl
│       home.js
│       home.tpl
│       login.js
│       login.tpl
│   app.js
│   config.js
│   index.html
│   package.json

Run:

# npm install
# npm start
# http://localhost:8000

About

使用esajs3.0组织构建的vue2.0项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages