vue-admin
vue-admin copied to clipboard
We are refactoring it, using the latest Vue and Bulma. WIP
Components
# Components - [x] Notification - [x] Message - [x] Progress - [x] Modal - [x] Tooltips - [x] Tab - [x] Collapse - [ ] Dropdown - [ ]...
you need to modify webpack.base.conf.js file: add "_" { test: /\.js$/, loader: 'babel-loader', include: projectRoot, // /node_modules\/(?!vue-bulma-.*)/ exclude: [new RegExp(`node_modules\\${path.sep}(?!_vue-bulma-.*)`)] },
From the [release notes](https://github.com/vuejs/vue-loader/releases/tag/v13.0.0) of vue-loader v 13.0.0: > Similarly, old CommonJS-style requires will also need to be updated: > ``` > > // before > const Foo = require('./Foo.vue')...
thanks
看到build/build.js上面有const chalk = require('chalk')的代码,但是在package.json却找不到有引入chalk模块。打包时不会报错,因为其他的模块有引入,应该算是一个小遗漏吧。
Hi, Have you got any information about the authentification? How to make the menu disappear on the login page. How to make a authenticate a user, I mean flag a...
代码展示: @import "~bulma/sass/utilities/initial-variables" //////////////////////////////////////////////// //////////////////////////////////////////////// // 2. Set your own initial variables // Update blue $blue: #72d0eb // Add pink and its invert $pink: #ffb3b3 $pink-invert: #fff // Add a...