项目作者: MengZhiZhi

项目描述 :
weex开发的诗词类App
高级语言: JavaScript
项目地址: git://github.com/MengZhiZhi/Poem-Weex.git
创建时间: 2019-07-17T05:21:22Z
项目社区:https://github.com/MengZhiZhi/Poem-Weex

开源协议:

下载


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+.

  1. $ npm install -g weex-toolkit
  2. $ weex create my-project # default will create the webpack template
  3. $ cd my-project && npm start

How to use less/sass/pug

Take sass for example:

  1. $ npm i node-sass sass-loader --save

Then, you just need to change the style tag as: <style lang="sass"><style>.

How to create your own template

See How-to-create-your-own-template.