- Notifications
You must be signed in to change notification settings - Fork1
使用 vue、vue-router、vuex、vue-cli、element-ui 搭建个人博客。https://www.fxss.work/vue-blog/
License
NotificationsYou must be signed in to change notification settings
vueBlog/vue-blog
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
使用 vue、vue-router、vuex、vue-cli、element-ui 搭建个人博客
npm installnpm run servenpm run buildnpm run testnpm run lintnpm run test:unit使用 .env 和 .env.local 来进行变量配置,在 .env 中配置所有的变量, .env.local 中配置本地开发所需要的变量,在本地运行时, .env.local 会覆盖 .env 中对应的变量。
注意:只有以VUE_APP_ 开头的变量会被 webpack.DefinePlugin 静态嵌入到客户端侧的包中。你可以在应用的代码中这样访问它们:
console.log(process.env.VUE_APP_SECRET)
在构建过程中,process.env.VUE_APP_SECRET 将会被相应的值所取代。在VUE_APP_SECRET=secret 的情况下,它会被替换为"secret"。
添加Mock 生成模拟数据。
新添加了一种运行模式"mock": "vue-cli-service serve --mode mock" ,要使用 mock 生成假数据的时候,直接运行npm run mock。
npm run commit
说明文档:git commit 规范
About
使用 vue、vue-router、vuex、vue-cli、element-ui 搭建个人博客。https://www.fxss.work/vue-blog/
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.