Code Monkey home page Code Monkey logo

gy720-wechat's Introduction

gy720.weixin

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

备忘

  • 若需要同时打开别的项目,可使用以下命令行启动服务器
# Window环境
set PORT=3000 && npm run dev

# Unix环境
PORT=3000 npm run dev

约定

一般

  • 建议将npm升级到 @5.0.0 以上
  • 请用 jsdoc 为文件做最基本的注释,示例:
  /**
  * Vue Ajax请求插件
  * @author XXX
  * @description 基于fetch封装
  * @version 2017-12-25 (必要时此处注明修改人并阐述主要修改内容)
  */
  • 全局性图片资源放在 src/assets 中,其余图片资源可视情况放置在 src/assets 的子目录下,或与相关组件放置在同一目录
  • 使用两个空格进行缩进

CSS

  • 在本项目中,请使用 postcss 来书写样式
  • 采用 BEM 命名方式

gy720-wechat's People

Contributors

ngview avatar zhoumenglin avatar

Stargazers

WhiteFan avatar

Forkers

bitores xintao222

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.