vue zhidian
1.0.0
Project address: ( git clone
)
git clone https://github.com/chinahub/vue-zhidian.git
Install local service third-party dependency modules through npm
(requires Node.js to be installed)
cnpm install
Start service: (http://localhost:3000)
npm run dev
Release code
npm run build
├── build // Webpack configuration file of the project ├── config // Project configuration directory ├── server // Request data for project development ├── src // Production directory │ ├── assets // Some resource files │ ├── common // Common files, such as tools, status codes │ ├── components // Various components │ ├── pages // Various pages │ ├── plugins // Various plug-ins │ ├── router // Routing configuration and map │ ├── store // Vuex state manager │ ├── App.vue // root component │ ├── favicon.ico // ico small icon │ ├── index.html // project entry file │ ├── main.js // Webpack compiles entry files, entry js ├── static // Static resources, generally files that do not need to be processed can be placed here ├── .babelrc // babelrc configuration file ├── .editorconfig // Code style file, provided that your editor supports it ├─ ─ .gitignore // File used for Git configuration that does not need to be added to version management ├── .postcssrc.js // Autoprefixer configuration file ├── package.json // Project configuration file
Website: http://pc.ragonli.com
Username: zhidian
Password: 123456