8000 GitHub - metropolis-long/diary: 个人日志管理系统
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

metropolis-long/diary

 
 

Repository files navigation

diary

个人日志管理系统

A Vue.js project

Build Setup

# 安装node环境   node官网:https://nodejs.org/en/
node -v #查看node版本号
# npm 是基于node的,如果node安装好了就可以直接使用npm
npm -v #查看npm版本号
npm install -g cnpm –registry=https://registry.npm.taobao.org,#安装npm镜像,使用时直接用 cnpm 代替 npm(可以不安装)

# 搭建vue项目环境
npm install -g @vue/cli  #全局安装vue-cli
或者 yarn global add @vue/cli

# install dependencies 安装依赖文件
npm install

# 在diary目录目录下运行项目
# serve with hot reload at localhost:8080 运行项目
npm run serve

# build for production with minification 打包项目文件
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

个人日志管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.0%
  • Vue 24.1%
  • JavaScript 15.2%
  • Other 0.7%
0