# NeonMatrix **Repository Path**: yimig/NeonMatrix ## Basic Information - **Project Name**: NeonMatrix - **Description**: simulate neon light with d3 and vue - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Neon Matrix ### front stack: **js:** - es6 by babel - vue.js 2 **css:** - less - postcss 8(autoprefixer) - tailwindcss 2 with purgecss - element ui **bundle tool:** - webpack 5 --- notice:make sure you have installed Node.js(v15) run command ``` npm install ``` to download all dependencies. It may take some minutes. After install complete, run ``` webpack serve ``` to launch the project.