GithubHelp home page GithubHelp logo

jiuxin77 / jiuxin.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skyvow/skyvow.github.io

0.0 0.0 0.0 2.11 MB

:dog: My resume - 个人简历

Home Page: https://skyvow.github.io

License: MIT License

JavaScript 69.56% CSS 29.27% HTML 1.17%

jiuxin.github.io's Introduction

skyvow.github.io

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

贡献

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

License

MIT

jiuxin.github.io's People

Contributors

skyvow 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.