Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lin-xi/weex-list
https://github.com/lin-xi/weex-list
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lin-xi/weex-list
- Owner: lin-xi
- Created: 2018-06-28T06:22:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T02:46:05.000Z (over 6 years ago)
- Last Synced: 2024-11-11T09:44:27.582Z (2 months ago)
- Language: JavaScript
- Size: 533 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 use less/sass/pug
Take `sass` for example:
```
$ npm i node-sass sass-loader --save
```Then, you just need to change the `style` tag as: `<style>`.
## How to create your own template
See [How-to-create-your-own-template](https://github.com/weex-templates/How-to-create-your-own-template).