vuejs实现页面跳转_使用Vuejs和D3js重新实现Google财务页面

vuejs实现页面跳转

Google财经 (Google Finance)

Re-implementing Google finance page with Vuejs and D3js.

使用Vuejs和D3js重新实现Google财务页面。

View Demo 查看演示 View Github 查看Github

想在本地尝试吗? (Want to try locally?)

安装依赖项 (Install the dependencies)

npm install

编译和热重装以进行开发 (Compiles and hot-reloads for development)

npm run serve

编译并最小化生产 (Compiles and minifies for production)

npm run build

运行测试 (Run your tests)

npm run test

整理和修复文件 (Lints and fixes files)

npm run lint

运行单元测试 (Run your unit tests)

npm run test:unit

翻译自: https://vuejsexamples.com/re-implementing-google-finance-page-with-vuejs-and-d3js/

vuejs实现页面跳转

你可能感兴趣的:(vuejs实现页面跳转_使用Vuejs和D3js重新实现Google财务页面)