GithubHelp home page GithubHelp logo

codelab's People

Contributors

dear-lizhihua avatar easonyq avatar jeffy5 avatar liuruoran88 avatar pengxing avatar xiaoiver avatar zoumiaojiang avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

codelab's Issues

反馈:get-started/request.md

async asyncData() {
        let result = await axios(`https://query.yahooapis.com/v1/public/yql?q=select%20item.condition%20from%20weather.forecast%20where%20woeid%20%3D%202151849&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys`);
        let condition = result.data.query.results.channel.item.condition;

        console.log(`Weather of Shanghai: ${this.weather.text}, ${this.weather.temp}°F`);
    }

因为还没有引入vuex,所以${this.weather.text}, ${this.weather.temp}报错

开发第一个lavas应用教程中--虎牙天气axios借口地址访问不了

反馈:get-started/request.md

无法访问此网站 找不到 https://query.yahooapis.com 的服务器 IP 地址。
建议更换 api 地址 (虽然只是个简单的 demo

反馈:middleware/02prepare.md

module.exports = {
router: {
ssr: true, // 首屏服务端渲染
mode: 'history',
base: '/',
pageTransition: {
type: 'fade',
transitionClass: 'fade'
}
}
};

router: { ssr: true} // 首屏服务端渲染。这是什么鬼??????
ssr 不是在配置 build 里的吗

反馈:get-started/request.md

    console.log(`Weather of Shanghai: ${this.weather.text}, ${this.weather.temp}°F`);

这里this不对吧 应该用 ${condition.text}, ${condition.temp} 吧

反馈:get-started/prepare.md

正在拉取云端数据,请稍候...(node:77974) UnhandledPromiseRejectionWarning: Error: 下载 Lavas 模版出错,请检查当前网络

反馈:get-started/proxy-table.md

我的后台接口并不是很规范的情况下怎么,m怎么代理后台接口, 没有 api 标识,如下方式代理启动后页面直接是后台的接口了,前端页面没有了

ar proxyTable = {
// proxy table example
'/': {
target: 'http://39.108.xxxx:3300/',
changeOrigin: true
}
};

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.