Giter VIP home page Giter VIP logo

frontend's Introduction

第一阶段vue的架构

1

  • clone后本,进入项目文件夹(如上),执行npm insatll 安装依赖。

  • 之后其他文件夹不用管,进入src文件夹,如下:

  |---src
  	|---common:存放一些公共文件如.css,也可以放一些公共图片
  	|---components
  		|---Hello:测试文件
  		|---Index
  			|---Index.vue:实现初始页面的UI
  		|---Register
  			|---Register.vue:实现注册页面的UI
  		|---Signin
  			|---Signin.vue:实现登录页面的UI
  	|---module
  		|---index
  			|---image:存放初始页面需要用到的一些图片
  			|---App.vue:中间组件,用来综合其他index页面内需要用到的组
  			|---index.html:初始页面
  			|---index.js:初始页面的入口文件
  		|---register
  			|---image:同上
  			|---App.vue:中间组件,用来综合其他注册页面需要用到的组件(在component文件夹下)
  			|---register.html:注册页面
  			|---register.js:注册页面的入口文件
  		|---signin
  			|---image:同上
  			|---App.vue:同样是登录页面的中间组件
  			|---signin.html:登录页面
  			|---signin.js:登录页面的入口文件

frontend's People

Contributors

wangdchao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.