# 达魔音乐 **Repository Path**: damowp/music ## Basic Information - **Project Name**: 达魔音乐 - **Description**: 通过Weex混合开发的一个小音乐。 - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-04 - **Last Updated**: 2020-12-19 ## 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 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: `