forked from AkkomaGang/admin-fe
refactor[core]: use webpack-dev-server now (#355)
* bump deps: update vue-splitpane version * refactor[chore]: use webpack-dev-serve build * perf:settings * doc: uodate readme
This commit is contained in:
parent
8fd786c4ed
commit
dc162093cc
30 changed files with 738 additions and 580 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -2,9 +2,20 @@
|
|||
node_modules/
|
||||
dist/
|
||||
gifs/
|
||||
npm-debug.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
test/unit/coverage
|
||||
test/e2e/reports
|
||||
selenium-debug.log
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
|
||||
package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue