opacitySun / weex_music

FW音乐小屋

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weex_music

weex_music

getting start

npm install

file structure

  • src/*: all source code
  • app.js: entrance of the Weex page
  • build/*: some build scripts
  • dist/*: where places generated code
  • assets/*: some assets for Web preview
  • index.html: a page with Web preview and qrcode of Weex js bundle
  • weex.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.

About

FW音乐小屋


Languages

Language:JavaScript 93.6%Language:HTML 3.8%Language:CSS 1.7%Language:Vue 0.9%