Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release version 2.0.0 by rebuilding with nextjs (#12)
* Update eslint * Add material ui * Add react-router-dom react-router-redux packages * Add DefinePlugin and PreloadWebpackPlugin * Update packages * Update preload setting * Update packages * Update bundle analyize config * Update packages version * Update packages version * Fix NODE_ENV typo * Update packages version * Add nav and jumborton * Add nav and jumborton * Update packages * Update css-loader and webpack-merge version * Update packages version * Update packages version * Use react-router-dom * Update packages to use webpack 4 * Update packages version * Update packages version * Add routes * Comment webpack html preload plugin * Update packages version * Update packages * Update packages version * Add router config and header * Update packages version * Update packages version * Update packages * modify packages * Update component * Update packages version * Update packages * Update packages * Add style * Add style * Update packages version * Finish first version header and footer * Add first version header and footer * Update packages version * Add postcss * Update package and postcss config * 1. Add not found page 2. Replace div to main tag * Update intro page file * Add personal introduction * Add skill bar component * Add carousel template and change progress to meter * Add blank login page * Update package * Update package * Update login page * only header * Update package * Update header style * Update header style, wait for resize event and check event * Update header * Update package * Update packages version * Update package * Update packages version * Add unfinish reducer and action * Update packages version * Update package * Move Header to containers * Update package * Update package * Update packages version * Update packages version * 1. postcss ignore duplicate autoprefixer 2. Fix chrome redux devtools 3. Add menu click function * Example of window.resize * Added meunClick example * Refactor Footer style and move header container to component * Update package * Update packages * Update package * Update package * Add animate to header and footer * Update package * Update package * Update webpack config * Update package * Update state for header * Update packages * Update package * 1. Move intro avatar row to single component 2. Convert social link html to componet 3. Remove useless user.svg 4. Update intro avatar style * Update packages * Update package * Add animate to header and footer * Update package * Update webpack config * Update state for header * Update packages * 1. Move intro avatar row to single component 2. Convert social link html to componet 3. Remove useless user.svg 4. Update intro avatar style * Add intro skill and skill bar component * Remove useless counter component * Update package * Add not found page * Open background image style for not found page * Update packages version * Add key to map component and finish login page style * Update login page style * Add server entry, Blog and login page * Fix middleware error and remove useless style * Update package * Update not found page style * Update package * Update package * Update packages * Update package * Update package * Move component position * Update package * Update package * Move package to devDependencies * Move package to devDependencies * Move package to devDependencies * Use splitChunks and runtimeChunk to split common modules * Add entry file for server * Add entry file for server * Update package * Add CarouselItem component * Move skill bar to component * Finish half sidebar component * Add hover style for category item * Add empty file * Update package * Add article card * Update package * Update package * Fix conflict * Update packages * Update package * Update packages * Update packages (#10) 👍 * Change to use nextjs (#11) * Commit initial next * Update packages * Add index page * Clear project * Add some demo code * Add Sass files and custom head * Add Header and Footer components * Add intro page * 1. Add blog, intro, login, not found page 2. Add animate.min.scss * Add error page * Update packages * Update packages * Update packages * Update package * Update packages * Update packages * Update packages * Update packages * Update packages * Add docker files * Update packages * 1. Update Dockerfile to use COPY to replace ADD 2. Add environment variables to docker compose yml * 1. Add redux 2. Add redux-thunk 3. Use next-redux-wrapper to combine react and redux 4. Refactor coding style * 1. Redirect /blog to / 2. Set social icon to open new window while user click 3. Update skill and intro skill style 4. Add link to logo and update style 5. Fix demo image at carousel 6. Update main style * 1. Update login page style 2. Add vscode launch json 3. Add Article Card(not done) * Finish Article Card * Update image alt * Add sample article page * Fix array key error * Add heroku config * Fix conflict * Update packages * Fix conflict * Fix login page cannot full page * Add first version table view * Add axios module and fetch tags data when tableview did mount * Commit initial next * Update packages * Add index page * Clear project * Add some demo code * Add Sass files and custom head * Add Header and Footer components * Add intro page * 1. Add blog, intro, login, not found page 2. Add animate.min.scss * Add error page * Update packages * Update packages * Update packages * Update package * Update packages * Update packages * Update packages * Update packages * Update packages * Add docker files * Update packages * 1. Update Dockerfile to use COPY to replace ADD 2. Add environment variables to docker compose yml * 1. Add redux 2. Add redux-thunk 3. Use next-redux-wrapper to combine react and redux 4. Refactor coding style * 1. Redirect /blog to / 2. Set social icon to open new window while user click 3. Update skill and intro skill style 4. Add link to logo and update style 5. Fix demo image at carousel 6. Update main style * 1. Update login page style 2. Add vscode launch json 3. Add Article Card(not done) * Finish Article Card * Update image alt * Add sample article page * Fix array key error * Add heroku config * Fix conflict * Update packages * Fix conflict * Fix login page cannot full page * Add first version table view * Add axios module and fetch tags data when tableview did mount
- Loading branch information