Giter Club home page Giter Club logo

map's Introduction

map

A Vue Project Of Map

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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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

文件目录

. +-- build 构建脚本目录 +-- config 构建配置目录 +-- node_modules 依赖包 +-- src 源文件 | +-- assets 资源 | +-- components 组件 | +-- router 路由 | +-- App.vue 页面级Vue组件 | +-- main.js 页面入口JS文件 +-- static 静态文件 +-- test 测试文件

知识点总结

  1. 项目内的页面路径跳转,使用vue-router的router-link。

     <router-link to="/map">Index</router-link>
    

TODO LIST

  1. 申请一个高德地图API的key。

  2. 写一个简单的vue的静态页面,并配置对应的路由。

  3. 了解整个文件目录分别有什么作用,将README的文件目录说明补充完整。

  4. 了解下vue-cli,输出blog。

  5. 了解下vue-router,输出blog。

  6. 规划map的功能点。

  7. H5页面。

map's People

Contributors

wang-qingqing 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.