版本:使用Vue.js和Flask构建的Reddit克隆 源码
批判 使用Vue.js和Flask构建的Reddit克隆 安装 git clone https://github.com/Lanseuo/revue.git cd revue 为客户端安装依赖项 cd client npm install 为服务器安装依赖项 cd ../server pip3 install -r requirements.txt 添加配置文件 nano config.py flask_secret_key = "CHANGEME" image_upload_folder = ".../revue/server/images" 用法 cd client # serve
用户评论