Homestead 安装的是 LTS 版本
sudo apt update
sudo apt install nodejs
使用 yarn 来管理
npm config set registry=https://registry.npm.taobao.org
yarn config set registry https://registry.npm.taobao.org
yarn install
npm run watch-poll
composer require laravel/ui --dev
php artisan ui bootstrap
uniapp 项目默认是没有 package.json,也就是默认不支持 npm 安装第三方包。有时候需要第三方包,这个时候自己就可以配置使用了。
npm init -y
npm install gsap
import { TweenLite } from 'gsap/TweenMax'