Ftrybe / note-vue-onensui

use onensui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

note-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Theme customization: cd node_modules\onsenui\css-components-src open gulpfile.js Uncomment In the 95 line and 68 line.

 // .pipe(plumber()) // this was causing the task to never complete with gulp 4, but why...?
    .pipe(postcss(plugins))
 //  .pipe(gulp.dest('./build/'))
    .pipe(gulp.dest(prefix))
    .pipe(browserSync.stream());

to

 // .pipe(plumber()) // this was causing the task to never complete with gulp 4, but why...?
    .pipe(postcss(plugins))
    .pipe(gulp.dest('./build/'))
    .pipe(gulp.dest(prefix))
    .pipe(browserSync.stream());

exec

yarn run serve
or
npm run serve

back-end

online

About

use onensui

License:MIT License


Languages

Language:Vue 72.6%Language:TypeScript 24.8%Language:JavaScript 1.1%Language:SCSS 1.0%Language:HTML 0.5%