Giter VIP home page Giter VIP logo

i's Introduction

i

i: 永远在线的个人主页 Your homepage always online

996.icu LICENSE

Build Status

解构此库:

  • 打包工具 webpack: webpack 是一个代码打包工具,它甚至可以把项目所有的依赖放进一个 .js 文件里
  • 开发语言 typescript: 微软开发的强类型语言,它是 javascript 的一个超集。本项目的 webpack 里使用了 ts-loader 把它转译成 javascript
  • 部署在 Github pages:这是一个静态站点托管提供者。
  • 前端框架 React: React 是一个组件化的前端框架,大大提高了可重用性,让页面的开发就像搭积木一样。
  • UI 框架 ant design: Ant Design 是一个优秀的样式库。

本地开发:

npm run server

创建 secure token

注意: 如果你把 token 明文写在 .travis 文件中,一旦提交代码,这个 token 将被自动删除,因此会在 travis deploy 过程中碰到 token 无效的错误。

步骤请参考:https://docs.travis-ci.com/user/environment-variables#defining-encrypted-variables-in-travisyml

gem install travis
travis login
# 输入 github 用户名密码
# 登录成功
travis encrypt github_token=<token> --add env.matrix

i's People

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.