Git Product home page Git Product logo

flashmusic-frontend's Introduction

FlashMusic-FrontEnd

目录结构

| --dist 生成打包后的文件
| --node_modules 安装的依赖包
| --public 静态资源会被输出到目录dist
| --src
|   |--api 与后端交互使用相关方法和配置
|   |   |--services 对应使用的api方法和数据处理
|   |   |   |--instance.js 封装请求,拦截器等等 (axios,fetch)
|   |   |   |--home.js home相关api
|   |   |--config.js 配置生产,开发,测试接口配置
|   |   |--index.js services文件api,统一出口
|   |   |--resource.js 全局使用的常量
|   |--assets 存放静态资源,图片等等
|   |--model 处理歌曲视频数据等等
|   |--components 公用组件
|   |--router vue-router相关配置
|   |   |--index.js 导出路由配置,路由守卫配置
|   |   |--routes.js 所有路由
|   |--utils 封装的工具函数
|   |--views 所有的路由组件
|   |--app.vue 顶层路由
|   |--main.js 入口文件

安装运行

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

flashmusic-frontend's People

Contributors

llooflashooll avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.