green-music-frontend
green-music-frontend
getting start
npm install
file structure
src/*
: all source codeapp.js
: entrance of the Weex pagebuild/*
: some build scriptsdist/*
: where places generated codeassets/*
: some assets for Web previewindex.html
: a page with Web preview and qrcode of Weex js bundleweex.html
: Web render.babelrc
: babel config (preset-2015 by default).eslintrc
: eslint config (standard by default)
npm scripts
# build both two js bundles for Weex and Web
npm run build
# build the two js bundles and watch file changes
npm run dev
# start a Web server at 8080 port
npm run serve
# start weex-devtool for debugging with native
npm run debug
notes
You can config more babel, ESLint and PostCSS plugins in webpack.config.js
.
- 我的 √
- 个人主页 √
- 用户名
- 头像
- 全部歌单
- 歌单详情
- 名称/简介
- 创建者
- 全部歌曲
- 歌手页
- 头像/名字/简介
- 全部歌曲
- 热门歌曲
- 热门专辑
- 专辑页
- 类似于歌单详情