Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

playalot/PlayWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayWiki

How to start

Install

npm install

Development

Web

  • npm run build: build src/main.we into dist/main.js
  • npm run dev: watch file changes of src/main.we and automatically build into dist/main.js
  • npm run serve: preview in html5 renderer through http://localhost:8080/

note: the entry file can be configured in webpack.config.js, learn more from weex-loader

Finally the generated code will be found in dist folder.

iOS

  • pod install: open PlayWiki.xcworkspace and build target PlayWiki

About

A wiki app for toys written by weex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages