Vue2-All

Vue2 + Vue-router2 + Vuex + Webpack + axios + jwt

APACHE-2.0 License

Stars
70
Committers
1

Vue2-All

Vue2 + Vue-router2 + Vuex + Webpack + Axios + jwt

Vue cli

git clone https://github.com/liuweijw/Vue2-All.git

cd Vue2-All

npm install

npm run dev

http://localhost:8080

npm run build

npm run lint

npm run build --report

npm run unit

1nodejs docs for nodejs

2webpack guide

3vue2 guide

4vue-loader docs for vue-loader

5vuex guide

  • vue-devtools vuex guide

6es6 guide

7 axios guide

8 jwt springboot

  • jwt

1git guide

2vscode guide

  • vscode plugin install guide

  • vscode eslint
{
    // 
    "files.autoSave": "onFocusChange",
    // tab 2
    "editor.tabSize": 2,
    // 
    "workbench.editor.enablePreview": false,
    // Turns auto fix on save on or off.
    "eslint.autoFixOnSave": true,
    // 
    "files.insertFinalNewline": true,
    // 
    "files.trimTrailingWhitespace": true,
    //  atom key 
    "atomKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": true,
    // theme
    "workbench.colorTheme": "One Dark Pro",
    "workbench.iconTheme": "vscode-icons"
}
  • Eslint

  • weex
  • weex-android weex-ios
  • demo

  • 2017-12-21
  • 2017-12-25 Vue2 + Vue-router2 + Vuex + Webpack + Axios OK
  • 2017-12-26 2017-12-31 jwt OK

  • Visual build05VSerror MSB3428: Visual C++"VCBuild.exe"1.NET Framework 2.0 SDK2Microsoft Visual Studio 20053

  • npm install --global --production windows-build-tools windows

Related Projects