[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "init"
[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "init"
Cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 49; 文档
npm install webpack-dev-server@3.11.2 -D
打包生成的文件哪儿去了? ① 不配置 webpack-dev-server 的情况下,webpack 打包生成的文件,会存放到实际的物理磁盘上
严格遵守开发者在 webpack.config.js 中指定配置
根据 output 节点指定路径进行存放
启动项目的时候用npm run serve发现报了以下的错误
npm ERR! Missing script: "serve"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can
阻止生产模式
有了这句话,Vue,运行不出
需要先安装 ES7 React/Redux/GraphQL/React插件
做RN可以省时的快捷键 rcc,rcf,sst
ES7 React/Redux/GraphQL/React-Native snippets常用代码块
生成无状态组件 rfc
生成类组件 rcc
打印 clg
导入 imp
导入React imr
this.setState
第一步:
npm i -g create-react-app
第二步:
create-react-app day01
Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.