Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 2.94 KB

README.md

File metadata and controls

78 lines (55 loc) · 2.94 KB

Find inspiration in practice

npm-clear

Used to clean up the node_modules generated by the node package management tool in the project.

Installation

$ npm i @coderzsq/npm-clear -g

Usage

Start cleaning from the current directory

$ npmc

Start cleaning from the specified directory

$ npmc -d <dest>


birthday

Use canvas implemention bitmap animation Power by Junrui-L

Display


resume

Practice a web version of resume, please feel free to connect me!

Get Started

  • This part of project is base on the server, So you need to clone resume for server
  • Then, you need a node server environment
  • Last, run the following command to launch server
$ cd vue-resume
$ npm run dev
$ cd react-resume
$ npm start

Content

  • vue-resume: Static web pages implemented using vue and deployed to github-pages.
  • react-resume: Responsive web pages implemented using react and interact with the server.

Display

Now you can open the website directly to experience and contact me!

Artical