Code Monkey home page Code Monkey logo

upp-web's Introduction

upp-web

公众号

  预览地址: https://pin.imike.com/h5/index.html#/index

技术栈

技术栈 版本
webpack 3.6.0
Vue 2.5.2
vue-router 3.0.1
vuex 3.0.1
axios 0.18.0
mint-ui 2.2.13

文件目录

    |- build							// webpack调试及发布代码
    |- config							// webpack配置
    |- dist								// 待发布代码
    |- node_modules						// 第三方组件
    |- src
    	|- assets						// 静态资源
    		|- icons					// 字体包
    		|- images					// 图片
    		|- styles					// 样式文件
    	|- components					// 自定义组件
    	|- config						// 项目配置
    	|- filters						// 过滤器
    	|- pages						// 项目页面
    	|- router						// 路由配置
    	|- service						// 接口api配置
    	|- store						// vuex配置
    	|- utils						// 公用js组件
    	|- App.vue						// 主页面
    	|- components-installation.js	// 第三方组件安装配置
    	|- main.js						// 资源入口配置
    |- static
    |- .babelrc							// babel配置
    |- .editorconfig					// 代码编辑配置
    |- .gitignore
    |- .jshintrc						// js提示配置
    |- .postcssrc.js					// postcss配置
    |- index_prod_tpl.html				// 发布生产环境模版
    |- index.html						// 本地环境调试模版
    |- package.json
    |- README.md

项目安装

运行 npm installcnpm install(需要安装淘宝镜像)

项目开发

运行 npm startnpm run dev

项目编译发布

运行 npm run production/dist 文件夹中的文件用于发布

upp-web's People

Contributors

zhangrock123 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.