# solex-ai **Repository Path**: weijiatan/solex-ai ## Basic Information - **Project Name**: solex-ai - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ------ ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` ### 1、发布路径修改(关于css,js的引用) 可到config/index.js,我这里是在59行 ```python assetsPublicPath: '/dist/', ``` ### 2、页面切换动画参考地址 https://github.com/wang1984/vue-sonpage-left-right