【Lara|【Lara - vue】在 wamp 环境下从零搭建
创建指定版本的 laravel 项目
composer create-project laravel/laravel=5.5 social --prefer-dist
chrome 浏览器升级版本后,默认添加 https
// enable https in wamp
下载 windows 版本的 openssl
Download OpenSSL – Shining Light Productions
read more
WARNING: can't open config file: /usr/local/ssl/openssl.cnf
Loading 'screen' into random state - done
Generating RSA private key, 1024 bit long modulus
.........++++++
.........................................++++++
unable to write 'random state'
e is 65537 (0x10001)在 cmd 窗口输入
set OPENSSL_CONF=[path-to-OpenSSL-install-dir]\bin\openssl.cfg
[path-to-OpenSSL-install-dir] 为 openssl 安装路径
我进行该操作后并没有生效,依旧无法找到配置文件路径,手动设置 windows 环境变量
OPENSSL_CONF=c:\OpenSSL-Win64\bin\openssl.cfg
文章图片
generate a self-signed certificate 参照 Download OpenSSL – Shining Light Productions 博客文章,一步一步的修改配置文件就可以配置成功啦
配置 package.json 和 webpack.mix.js 文件
npm install
npm run watch
报错
Module build failed: SyntaxError:
D:/wamp64/www/social/resources/assets/js/router/index.js:
Unexpected token (11:19)const AppRoute = {
path: '/',
component: () => import('../App.vue'),
children: [dashboard]
};
component: () => import('../App.vue')
这种写法提示语法错误,换成另外一种写法
component: '../App.vue'
resource/assets/sass/home.scss【【Lara|【Lara - vue】在 wamp 环境下从零搭建】@import "vendor/select2.min";
npm run watch 时该文件编译报错,感觉也没有什么地方必须用到这个文件,先给注释掉
推荐阅读
- 宽容谁
- 我要做大厨
- 增长黑客的海盗法则
- 画画吗()
- 2019-02-13——今天谈梦想()
- 远去的风筝
- 三十年后的广场舞大爷
- 叙述作文
- 20190302|20190302 复盘翻盘
- 学无止境,人生还很长