1.0.5 • Published 5 years ago
lnn-test-ui v1.0.5
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+.
$ npm install -g weex-toolkit
$ weex create my-project # default will create the webpack template
$ cd my-project && npm startHow to use less/sass/pug
Take sass for example:
$ npm i node-sass sass-loader --saveThen, you just need to change the style tag as: <style lang="sass"><style>.
How to create your own template
1.0.5
5 years ago