All Projects → luzhanbo → Taobaokeapi

luzhanbo / Taobaokeapi

淘宝客API演示

Projects that are alternatives of or similar to Taobaokeapi

Seniverse Api Demos
心知天气 API 产品使用调用示例
Stars: ✭ 201 (+57.03%)
Mutual labels:  api, demo
Miniprogram Demo
微信小程序组件 / API / 云开发示例
Stars: ✭ 5,207 (+3967.97%)
Mutual labels:  api, demo
Flutter Ui Nice
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Stars: ✭ 3,092 (+2315.63%)
Mutual labels:  api, demo
Flutter Tiktok Ui Api Clone
Flutter Tiktok UI API Clone
Stars: ✭ 139 (+8.59%)
Mutual labels:  api, demo
Axios Module
Secure and easy axios integration with Nuxt.js
Stars: ✭ 998 (+679.69%)
Mutual labels:  api, nuxt
Demo
Demo app for the API Platform framework
Stars: ✭ 184 (+43.75%)
Mutual labels:  api, demo
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (+167.19%)
Mutual labels:  api, demo
Springboot Elasticsearch
基于springboot的web项目,通过elasticsearch提供的Java API 进行查询操作.
Stars: ✭ 169 (+32.03%)
Mutual labels:  api, demo
Nuxt Ssr Blog
Serverless static-generated Nuxt.js Universal JavaScript web application. Demo app, accompanying the SitePoint article.
Stars: ✭ 30 (-76.56%)
Mutual labels:  nuxt, demo
Tinyme
A tiny php framework based on flight and medoo with restful api service
Stars: ✭ 28 (-78.12%)
Mutual labels:  api, demo
Api Docs
api.nasa.gov
Stars: ✭ 267 (+108.59%)
Mutual labels:  api, demo
Nuxt Dev To Clone
Build DEV.TO clone with Nuxt.js and new `fetch` hook
Stars: ✭ 118 (-7.81%)
Mutual labels:  api, nuxt
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+26907.03%)
Mutual labels:  api, nuxt
Vue Api Query
💎 Elegant and simple way to build requests for REST API
Stars: ✭ 1,528 (+1093.75%)
Mutual labels:  api, nuxt
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+1141.41%)
Mutual labels:  api, demo
Api Golang
golang多款短视频无水印视频解析接口包含抖音微视快手火山皮皮虾最右
Stars: ✭ 125 (-2.34%)
Mutual labels:  api
Ajax Movie Recommendation System With Sentiment Analysis
Content-Based Recommender System recommends movies similar to the movie user likes and analyses the sentiments on the reviews given by the user for that movie.
Stars: ✭ 127 (-0.78%)
Mutual labels:  api
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+10204.69%)
Mutual labels:  api
Page Transitions Travelapp
Travel App, Native-like Page Transitions
Stars: ✭ 1,637 (+1178.91%)
Mutual labels:  nuxt
Pokemongoapi Php
Pokemon Go API PHP library
Stars: ✭ 127 (-0.78%)
Mutual labels:  api

淘宝客API演示

淘宝客API演示,请扫下面二维码进行体验

demo

涉及的淘宝客API

使用技术

  • nodejs
  • nuxt.js
  • vant

安装步骤

下载源码

git clone https://github.com/luzhanbo/taobaokeapi.git

修改配置

  1. nuxt.config.js 最后的环境参数,前端的访问地址
{
    "env":{
        "root":"[需要修改]前端的访问地址,如http://localhost:3000/"
    }
}
  1. 修改 server/config.js 的配置

运行命令

# 安装依赖模块
使用yarn 安装
$ yarn install

使用npm 安装 
$ npm install

# 启动项目,可通过这个地址访问, http://localhost:3000/
使用yarn 运行
$ yarn dev

使用npm 运行
$ npm run dev  

# 部署线上环境,先用以下命令构建,然后使用pm2 start进行部署 
使用yarn 构建 
$ yarn build

使用npm 构建
$ npm run build 

$ pm2 start 

界面演示

淘宝客API演示-分类及商品详情页

分类

淘宝客API演示-商品列表页

商品列表1

更多功能关注《陆陆购》公众号体验

陆陆购

联系我

  • QQ:61315986
  • 留言:淘宝客API
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].