# weex-demo **Repository Path**: byll/weex-demo ## Basic Information - **Project Name**: weex-demo - **Description**: weex体验 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-25 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction This boilerplate is targeted towards large, serious projects and assumes you are somewhat familiar with Webpack and `weex-loader`. ## Quickstart To use this template, scaffold a project with [weexpack v1.1.1+](https://github.com/weexteam/weex-pack). ``` bash $ npm install -g weex-toolkit $ weex create my-project # default will create the webpack template $ cd my-project && npm start ``` ## How to create your own template See [How-to-create-your-own-template](https://github.com/weex-templates/How-to-create-your-own-template).