1.1.7 • Published 1 month ago

@its2easy/vuepress2-theme v1.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

Vuepress 2 theme

extends theme-default from vuepress 2

Install

npm install @its2easy/vuepress2-theme --save

import vuepress2Theme from '@its2easy/vuepress2-theme';
import { defineUserConfig } from 'vuepress';
export default defineUserConfig({
    theme: vuepress2Theme({
        //theme-default options
    }),
});

Prerequisites

Tested with Node 16.15

Notes

docs/.vuepress/styles/index.scss is not imported by palette plugin, it should be imported in client config file:

// .vuepress/config.ts
export default defineUserConfig({
    clientConfigFile: path.resolve(__dirname, './clientEnhance.js'),
})
// .vuepress/clientEnhance.js
import './styles/index.scss';

Project styles will override theme styles.

Development

npm run dev to serve the documentation site in the local server (theme and local docs)

npm run build to build production version (of the docs)

1.1.7

1 month ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago