Skip to main content

Vue.js + Bootstrap Editorial Board for uniCMS

Project description

unicms-editorial-board

Use as is in production

pip install unicms-editorial-board
./manage.py collectstatic

Development

Install node.js and npm

Purge old installation

sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node* ~/.npm
sudo rm -rf /usr/local/lib/node*
sudo rm -rf /usr/local/bin/node*
sudo rm -rf /usr/local/include/node*

sudo apt-get purge nodejs npm
sudo apt autoremove

Download the latest tar.xz NodeJS file from https://nodejs.org/en/download/

tar -xf node-v#.#.#-linux-x64.tar.xz
sudo mv node-v#.#.#-linux-x64/bin/* /usr/local/bin/
sudo mv node-v#.#.#-linux-x64/lib/node_modules/ /usr/local/lib/
Where #.#.# is the version you downloaded.

Verify installation using

node -v
npm -v

Install packages

cd /unicms-editorial-board/src/unicms_editorial_board/unicms_editorial_board_vue
npm install

Edit files and build

npm run build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unicms-editorial-board-0.25.1.tar.gz (4.8 MB view hashes)

Uploaded Source

Built Distribution

unicms_editorial_board-0.25.1-py3-none-any.whl (5.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page