-
nuxt-server-client-diff-loader是一款在nuxt编译阶段通过解析代码内注释来区分并拆分服务器与客户端代码的工具
资源介绍
一个可以在nuxt编译阶段通过解析代码中的注释,分割服务端或者客户端代码的工具
A tool that can split the server or client code by parsing the comments in the code during the nuxt compilation stage
安装
npm i nuxt-server-client-diff-loader
使用
in the code
// client js begin
window...
// client js end
// server js begin
global...
// server js end
nuxt.config.js
build:{
extend(config, ctx) {
config.module.rules.push({
test: /
- 上一篇: node-sass.rar
- 下一篇:没有了