1. 安装node.js

    链接:https://nodejs.org/dist/v12.16.1/node-v12.16.1-x64.msi

    安装过程(next)略;

2. 测试

cmd --> path

cmd-->node

3. 安装node-sass

   a. 安装 node-gyp

       npm install -g node-gyp

 

  b.  设置 sass_binary_site

   npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/

 

// 也可以设置系统环境变量的方式。示例
// linux、mac 下
SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/ npm install node-sass

// window 下
set SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/ && npm install node-sass

4. 检查是否成功

在你需要的地方执行

 npm insatll

注意: npm insatll 运行有时候会一直运行不完;可以安装vue-cli脚手架构建工具;

 

a. 安装vue-cli脚手架构建工具

win + R --> cmd --->  cnpm install -g vue-cli

如果出现 cnpm  不是内部或外部命令;

先执行 npm install -g cnpm --registry=https://registry.npm.taobao.org  然后 cnpm -v 检查是否成功

 b.  构建项目

 项目路径地址栏输入cmd ---> enter(回车)   或者    (win+R --> cmd -->项目路径) ---> cnpm install

c. 运行项目

   项目路径地址栏输入cmd ---> enter(回车)   或者    (win+R --> cmd -->项目路径) ---> npm run dev

 

 

 

 

 

 

GitHub 加速计划 / no / node-sass
5
0
下载
:rainbow: Node.js bindings to libsass
最近提交(Master分支:4 个月前 )
6081731a Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 11 个月前
62c0f46c Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 11 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐