Giter Club home page Giter Club logo

background_frame's Introduction

background_frame

vue搭建的页面框架

安装

npm install         安装项目依赖
webpack             打包

全局安装webpack

npm i -g webpack

全局安装webpack-dev-server

npm i -g webpack-dev-server

开启服务

	webpack-dev-server
		默认地址为localhost:8080
或
	npm run dev        
		默认端口为localhost:8086

项目结构

|-dist              生成的静态页面文件夹
|-node_modules      项目依赖

|-src               开发文件夹
|---less            less文件夹    
|---images          图片文件夹
|---component       vue组件文件夹
|-----pages         子组件文件夹
|-----App.vue       主要的vue组件

|---index.html      主页面
|---main.js         js入口文件

说明

这是一个使用vue2 + vue-router + vuex + element-ui构建的单页面应用。
功能:信息管理系统。
用到的模块:
    vuex                  vue状态管理
    vue-router            vue路由组件
    element-ui            vue的一个ui框架  
    vue-echarts-v3        echarts插件的vue版,用于绘制图表
    async-validator       表单提交验证插件
    vue-quill-editor      vue富文本组件

————————————更新中

background_frame's People

Contributors

linearlaw avatar

Watchers

 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.