Skip to content

halfrost/weex-objccn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd37a93 · Jul 13, 2017

History

13 Commits
Jun 29, 2017
Jun 29, 2017
Jul 13, 2017
Jun 29, 2017
Jun 29, 2017
Jun 29, 2017
Jun 29, 2017
Jun 28, 2017
Jun 30, 2017
Jul 13, 2017
Jun 29, 2017
Jul 8, 2017
Jul 8, 2017
Jun 29, 2017
Jun 29, 2017
Jul 13, 2017

Repository files navigation

weex-objccn

💎 这是一个vue转weex的项目

weex-objccn

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

💎 这是一个 vue 转 weex 的项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published