GithubHelp home page GithubHelp logo

jsm1003 / resume Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 1.22 MB

我的个人简历 使用React + Webpack编写

Home Page: http://resume.urguo.com

License: MIT License

JavaScript 47.46% CSS 51.95% HTML 0.59%

resume's Introduction

#JSM resume

基于 React + React-router + ES6 前端项目

技术选型

目录结构

src/
  |-assets/             # 静态文件
     |- fonts/          # 字体
     |- images/         # 图片
     |- plugins/        # 插件
     |- styles/         # 样式
     |- ...
  |-components/         # 全局可复用的 UI 组件(presentational component)
     |- content.js
     |- footer.js
     |- navbar.js
     |- siderbar.js
     |- ...
  |-containers/         # 全局可复用的容器组件(container component)
     |- empty.js
     |- main.js
     |- notfound.js
     |- ...
  |-routes/             # 主路由和异步分割点
     |- index.js
     |- ...
  |-utils/              # 工具方法
     |- resume.js
     |- ...
  |- app.js             # 入口文件
  |- ...

使用方法

$ git clone https://github.com/ZinCode/resume.git
$ cd resume
$ npm install
$ npm start
npm run <script> 描述
dll 动态链接库,预编译资源模块,必须在start之前执行一次。
start 服务启动在 3000 端口,代码热替换开启。
build 编译程序到 build 目录下(默认目录 ~/build)。
lint 检查所有 .js 文件是否规范。更多

贡献

有任何意见或建议都欢迎提 issue

参考

https://github.com/skyvow/skyvow.github.io

License

MIT

resume's People

Contributors

jsm1003 avatar

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.